You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regardless of whether or not they can be embedded, I was just pointing out that when parsing Vimeo video URLs, https://vimeo.com/event/123456 and https://vimeo.com/123456 are very different. One is a live stream and the other is a completely unrelated Vimeo video. So when parsing a Vimeo video, I would suggest parsing https://vimeo.com/event/123456 as a stream and https://vimeo.com/123456 as a video.
I came across this issue today, but solved it by making an exception for Vimeo URLs that contain the /event/ part, and manually turning them into their embed URL counterpart.
Would be nice if this could be supported out-of-the-box! :)
https://vimeo.com/event/59209 shouldn't be parsed as the normal vimeo video https://vimeo.com/59209
The text was updated successfully, but these errors were encountered: