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

Unlisted Vimeo videos can't be loaded using the data attributes API #2504

Open
fresswolf opened this issue Jul 14, 2022 · 0 comments
Open

Unlisted Vimeo videos can't be loaded using the data attributes API #2504

fresswolf opened this issue Jul 14, 2022 · 0 comments

Comments

@fresswolf
Copy link

Expected behaviour

Using the data attributes API one can load Vimeo Videos like this:
<div id="player" data-plyr-provider="vimeo" data-plyr-embed-id="https://vimeo.com/40648169"></div>
Unlisted Vimeo videos recently require an additional hash path segment in the URL: https://vimeo.com/729894358/7767dc808d
We should expect that we can use the same API with the newer URLs like this:
<div id="player" data-plyr-provider="vimeo" data-plyr-embed-id="https://vimeo.com/40648169"></div>

Actual behaviour

When loading an unlisted video we get "Sorry. This video does not exist."

Steps to reproduce

See below codepen to reproduce the bug.

Link to where the bug is happening

https://codepen.io/fresswolf/pen/poLNEdM

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

No branches or pull requests

1 participant