2 messages in com.googlegroups.youtube-api-gdataMaximum of 100 comments per video?
FromSent OnAttachments
Drbatter28 Sep 2007 18:16 
YouTube API Guide02 Oct 2007 15:36 
Subject:Maximum of 100 comments per video?
From:Drbatter (drba@drbatter.com)
Date:09/28/2007 06:16:05 PM
List:com.googlegroups.youtube-api-gdata

Wondering if I missed this in the documentation somewhere, can anyone confirm that you can only retrieve 100 comments per video? I'm talking total number of comments, not number of comments per page.

For example, see this video from the docs:

http://www.youtube.com/watch?v=2cdgTWitj_o

The video page says there are 1,197 comments. Now, try paging through the comments with the GData API:

http://gdata.youtube.com/feeds/videos/2cdgTWitj_o/comments?max-results=50&start-index=1

http://gdata.youtube.com/feeds/videos/2cdgTWitj_o/comments?max-results=50&start-index=51

http://gdata.youtube.com/feeds/videos/2cdgTWitj_o/comments?max-results=50&start-index=101

No more comments when you reach 100. So does this mean there's no way to access the other 1,097 comments through the API?