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

How to get all videos title from YouTube Playlist #171

Closed
Balaji-Ramasubramanian opened this issue Feb 6, 2017 · 5 comments
Closed

How to get all videos title from YouTube Playlist #171

Balaji-Ramasubramanian opened this issue Feb 6, 2017 · 5 comments

Comments

@Balaji-Ramasubramanian
Copy link

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?

@vheuken
Copy link
Collaborator

vheuken commented Feb 6, 2017 via email

@Balaji-Ramasubramanian
Copy link
Author

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.

@vheuken
Copy link
Collaborator

vheuken commented Feb 7, 2017 via email

@azelenets
Copy link

azelenets commented Jul 17, 2017

Pull request: #175

@thibaudgg
Copy link
Owner

Already handled by e23699e

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

4 participants