How to override the YouTube Video Limit Print

  • 184

There is a limit on how many videos we can pull out of Youtube, so in the best way to get around this is to actually change the url a bit.

 

So what you should do is split the youtube section into 2 parts.

then use these 2 urls. http://gdata.youtube.com/feeds/api/videos?author=YOURYOUTUBEUSERNAME&max-results=50

 

http://gdata.youtube.com/feeds/api/videos?author=YOURYOUTUBEUSERNAME&max-results=50&start-index=50

If you copy and paste this into the "Videos" module and insert YOUR YOUTUBE USERNAME in place of "YOURTUBEUSERNAME"  in the feed above it should pull the latest 50 videos with the first url and the oldest 50 videos with the second URL.

We've used this work around a few times and it's worked in every case, so we thought we would add this here to help you if you need to pull more videos that allowed through the normal YouTube Feed.


Was this answer helpful?

« Back