2013-10-14, 08:29
(2013-10-14, 07:38)DLWhittet Wrote:(2013-10-13, 23:14)Lunatixz Wrote: Found the problem for playlist limit... I think youtube changed there api around can't query more then 50 videos on playlist
Looking into ordering now...
That sucks. I guess we won't have more than 50 per channel. I'll have to change my playlists.
Thanks for your help.
::EDIT:: Looks like it's per query so you can do batch queries. I could be wrong though
https://developers.google.com/youtube/2....processing
Someone else with the problem was given the answer of paginating the results (disregard the title of the post, I think he meant too low) - http://stackoverflow.com/questions/17214...outube-api
I could add this easily, thanks for the info... I don't want to hammer the api and get users banned... So if I do add this, I will reduce the limits to 50|100|250
Right now i'm trying to finalize autotune.... then I will fix youtube