-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
If I enter a full youtube URL copied from the address bar then it doesn't play. #1088
Comments
Good spot! The updated regex for parsing the |
@cookpete hello. Is there a plan to fix this soon? Do you have a time frame for the next release with this fix? Thanks |
I have a fix. I’ll publish a release in the next couple of days. |
Thanks for the prompt reply @cookpete. Keep the good work 👍 |
I am still getting this issue. I was wondering if it has been fixed? |
Be sure to search for your issue before opening a new one.
Current Behavior
I have made a minimum reproduction here - https://codesandbox.io/s/react-player-youtube-wedji
If I enter a URL by directly copying from the browser, example:
https://www.youtube.com/watch?v=Qtb11P1FWnc&ab_channel=Coldplay
then it does not play.Removing the
ab_channel
param makes it work.However it does play correctly in the demo, so I am wondering how can I enable that in my app?
Expected Behavior
Directly copying the URL from youtube should work.
Steps to Reproduce
Environment
Other Information
Does play correctly in the demo.
The text was updated successfully, but these errors were encountered: