I want to get videos from users subscription list which are older than one week,
As specified on google developers site
to get subscription videos we need to use following GDATA request,
http://gdata.youtube.com/feeds/base/users/userid/newsubscriptionvideos
But it only returns list of videos which are less than one week old.
So is there any way we can get fixed number of videos from subscription list independent of time.
Any help Really appreciated.