kylejginavan / youtube_it

An object-oriented Ruby wrapper for the YouTube GData API
http://groups.google.com/group/ruby-youtube-library
595 stars 223 forks source link

Add support for paging playlist requests #121

Closed aaronroyer closed 12 years ago

aaronroyer commented 12 years ago

Also add all_playlists method to client that allows fetching of all playlists for a given user.

aaronroyer commented 12 years ago

I also fixed an issue with tests that is addressed in another pull request. His is a slightly better fix so I would use his.

https://github.com/kylejginavan/youtube_it/pull/119