I'm using the YouTube search.list API to look for all videos on a specific channel:
(I can't give specifics due to privacy I'm afraid.)
So this works well for common YouTube channels, but only sometimes works for certain personal ones, often returning no results.
What happens with personal ones is: the first call you make returns the videos, but if you refresh the browser it returns with no results (but no errors either).
I found these two live issues regarding inconsistent search results, but my problem seems a bit different (no query, just a specific channel ID).
Any idea what's going on? I can't find differences between the channels that return results consistently and those that don't. It's almost as if Google is throttling certain search results. The same thing happens if I'm authorised rather than using a public key.
An alternative approach to getting all of the videos in a channel (ideally in a single call) would also be acceptable.