search - Youtube api v3, playlist.list isn't up to date or in order of published date. -
i'm trying recent uploaded videos channels, latest video missing , other videos aren't in same order when go on actual channel uploads section on website... using search opposed playlist seems work (has recent videos in order) has insane quota impact compared playlists.
is using search query option or doing wrong playlists?
i'm using part=snippet, maxresults=3 , providing upload playlist id.
i've had similar problems. appears me uploaded videos in uploads playlist sorted when uploaded. youtube creators make , upload many videos @ same time publish them 1 one. order not changed published. more videos can uploaded , published before older uploaded video published.
there far can tell there no additional cost increasing maxresults when fetching playlist items. think cost per call not per item. @ least how interpret note quota calculator:
note: if application calls method, such search.list, returns multiple pages of results, each request retrieve additional page of results incur estimated quota cost.
each page can maximum of 50 videos long can fetch 50 videos in single call same price fetching 3. don't know if call takes longer time, don't think change significantly. try using maxresults=20 or maxresults=50 , see if works. sort results afterwards.
i'd imagine it's rare uploads video uploads , publishes more 50 other videos before publishing first one. using maxresults=50 should work ok.
Comments
Post a Comment