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

Retrieving comments using start-index is no longer consistent. #206

Open Overload119 opened 10 years ago

Overload119 commented 10 years ago

This is a change in the API, but the YouTubeIt gem doesn't support this yet, making it hard to get more than 100 comments.

Information: https://developers.google.com/youtube/articles/changes_to_comments#old-feed https://developers.google.com/youtube/2.0/reference?csw=1#Paging_through_Results

Before you could use start-index and branch off there. Now you must read the response and it'll tell you what to branch off from to get more results.