-
Notifications
You must be signed in to change notification settings - Fork 132
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
Issue with format of youtube playlists url #114
Comments
Hi @g3ortega, I clicked your first link and it says "The playlist does not exist". Are you sure you got the URL right? |
Ah, okay. I understand your issue now. It is the For future reference, a proper URL to test with: |
Fixed. Should be in the next release! |
Keep an eye out on: #103 to see when the new release goes live. |
Thank you! Sorry for my late response. Really appreciated! |
Hi, I am starting to use this gem for a recent project. It's very good, I just had a problem related to youtube urls for playlists.
When I copied/pasted a playlist, youtube gives me the following format:
https://www.youtube.com/playlist?list=PLxg-INKFfByBR49TtCz1A9t4qCm5msNki
In the docs I find that you work with this format:
http://www.youtube.com/playlist?p=PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr
So, when I try to use the first one I get this error:
Url is not valid, video_id is not found: https://www.youtube.com/playlist?list=PLxg-INKFfByBR49TnCz1M9t4qCm5msNki
The problem is fixed only changing the format, which is OK for me, but the users usually copy/paste the URLs directly from Youtube.
The text was updated successfully, but these errors were encountered: