Youtube playlistItems do not return all items -
i'm trying fetch whole youtube playlist, going wrong. looks playlistitems not return items. more precise, larger playlist returns 26 elements.
edited
this issue affect playlist "50+ videos" hover
the fun fact affect youtube website
when open following link whole playlist on right side
https://www.youtube.com/watch?v=obwl2glmqc0&list=plhy8tb5u6n17r78u7usalqfcc8nbng8nc
when same on "affected" playlist, ends on 26th element
https://www.youtube.com/watch?v=p7zsbpk656s&list=rdqmxztl9gi53rg
(additionaly "affected" playlist have shorter url)
/edited
f.i.
https://www.googleapis.com/youtube/v3/playlistitems?part=snippet&maxresults=50&playlistid=rdzgey-ekngn8
returns
/** * api response */ { "kind": "youtube#playlistitemlistresponse", "etag": "\"m2yskbqfythfe4irbtieogyyfbu/juh7dgrihxg9sc1xb0bkgzz5mqo\"", "pageinfo": { "totalresults": 26, "resultsperpage": 50 }, "items": [ ....so on
the total results shows playlist contain 26 elements not true because have more 50 elements
ex. 51st element
https://www.youtube.com/watch?v=qptgchaqiqy&list=rdzgey-ekngn8&index=51
does experienced similar issue or maybe it's kind of limitation haven't found information that.
thanks in advance.
you may refer thread. stated need next page of results others. remaining results, same exact call setting pagetoken
nextpagetoken
received in response. noted maxresults
allowed values 1 50.
you may follow reported issue updates.
Comments
Post a Comment