我想通过 gdata youtube api 捕捉 1000 个观看次数最多的 youtube 视频。
但是,只有前 84 个被退回。
如果我使用以下查询,则只返回 34 条记录(加上前 50 条)。
有谁知道出了什么问题?
“http://gdata.youtube.com/feeds/api/standardfeeds/most_popular?start-index=1”返回 25 条记录
“http://gdata.youtube.com/feeds/api/standardfeeds/most_popular?start-index=26”返回 25 条记录
“http://gdata.youtube.com/feeds/api/standardfeeds/most_popular?start-index=51”返回 25 条记录
“http://gdata.youtube.com/feeds/api/standardfeeds/most_popular?start-index=76”返回 9 条记录