- Merge request !108Relax rules on Vimeo regex, allowing URLs with query strings to be used even... β (Open) created by bkosborne
- Merge request !109fix: #3569488 Vimeo provider's regex doesn't allow query strings β (Merged) created by bkosborne
The regex for the Vimeo provider is very strict and doesn't allow inputs containing query strings. We've had users try and input Vimeo URLs like this and it won't work because of the query string:
https://vimeo.com/123123123?fl=pl&fe=vl
I'm not sure what those params are for, but Vimeo provider refuses to parse the ID.
π Vimeo hash parameter on private video url RTBC mentions this as a problem too, but that issue is adding a feature as well. This is just the bug fix.
Try and add a Vimeo video using a URL like above, you'll get a validation error.
Minor change to the regex that validates a Vimeo URL to remove the $ at the end.
Active
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.