-
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
How to get all videos title from YouTube Playlist #171
Comments
There is a bug in the YouTube API where not all videos in a playlist are
returned. I'll check tomorrow if a workaround exists yet.
…On Feb 6, 2017 8:05 AM, "balaji12345" ***@***.***> wrote:
I have tried to get all the videos from a YouTube Playlist using the
following code
playlist = VideoInfo.new("http://www.youtube.com/playlist?p=PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr")
playlist.videos
It returns only the first 5 videos. I couldn't find a way to get all the
videos from the YouTube playlist. How can i do it?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#171>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAs5GPRVIEw1I7jEdZ92B_S74bykRE-tks5rZ0TQgaJpZM4L4Yq5>
.
|
Thanks for replying. I could manage to get all the videos in a YouTube playlist using the https://github.com/Fullscreen/yt ruby gem. You may able to find a work around if you check that gem code. I prefer your gem over YT gem since your gem is more easy to integrate with other video services too. Looking forward for a fix. |
Thanks for pointing that out. I'll give it a look tonight!
…On Tue, Feb 7, 2017 at 6:00 AM, balaji12345 ***@***.***> wrote:
Thanks for replying. I could manage to get all the videos in a YouTube
playlist using the https://github.com/Fullscreen/yt ruby gem. You may
able to find a work around if you check that gem code. I prefer your gem
over YT gem since your gem is more easy to integrate with other video
services too.
Looking forward for a fix.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#171 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAs5GGyhZzY6kDSkicGHvJxJeS0ZI7abks5raHkBgaJpZM4L4Yq5>
.
--
Vincent Heuken
|
Pull request: #175 |
Already handled by e23699e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have tried to get all the videos from a YouTube Playlist using the following code
It returns only the first 5 videos. I couldn't find a way to get all the videos from the YouTube playlist. How can i do it?
The text was updated successfully, but these errors were encountered: