Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.x] Fix the Video fieldtype with Vimeo file URLs #10552

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

duncanmcclean
Copy link
Member

This pull request fixes an issue with the Video fieldtype, where Vimeo "file URLs" were being parsed as if they were unlisted videos.

Examples:

  • Unlisted / private video URL: https://vimeo.com/735352648/fa55a4d0fc
  • File URLs: https://player.vimeo.com/progressive_redirect/playback/990169258/rendition/1080p/file.mp4?loc=external&log_user=0&signature=275be15f3630d1ca3e7a51456a911e11e3ba9fddf89911f49140f6de95357e05

Fixes #10508.

@jasonvarga jasonvarga merged commit 30bd17b into 5.x Aug 2, 2024
18 checks passed
@jasonvarga jasonvarga deleted the fix/video-fieldtype-with-video-file-links branch August 2, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Video fieldtype doesn't work with Vimeo file links
2 participants