Last I checked, YouTube won't let you pull more than 50 vids at a time:
https://developers.google.com/youtube/2.0/reference
Under max-results:
Quote:
The default value of this parameter is 25, and the maximum value is 50. However, for displaying lists of videos, we recommend that you set the max-results parameter to 10.
|
If you want to get more videos you have to paginate the feed by using the start-index and max-results parameters like this:
start-index=1
http://gdata.youtube.com/feeds/base/...max-results=50
start-index=101
http://gdata.youtube.com/feeds/base/...max-results=50
start-index=151
http://gdata.youtube.com/feeds/base/...max-results=50
The way I did it was just to add each one as a separate feed in CyberSEO.
I've not used Vimeo or MetaCafe feeds, but this works for getting more vids out of DailyMotion:
http://www.dailymotion.com/rss/relev.../body%20rubs/1
http://www.dailymotion.com/rss/relev.../body%20rubs/2
http://www.dailymotion.com/rss/relev.../body%20rubs/3
etc...