I'm currently using ZendGData to get video IDs from channels on youtube. However, when the channel is quite large, I'm getting this error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate
46 bytes)
If I could, I wouldn't use the library but I can't find a way to display all the videos from a channel on a single page (they're using Ajax to load more videos when you request it via a button). This would be the best because I could simply strip some tags to get IDs.
Does anyone have a solution?