I'm able to get a feed of the all-time most viewed videos for a particular channel / user via the API:
http://gdata.youtube.com/feeds/api/users/TopGear/uploads?orderby=viewCount&max-results=5
But if I add the time parameter to try and limit to the videos that have received the most views today this results don;t change:
http://gdata.youtube.com/feeds/api/users/TopGear/uploads?orderby=viewCount&max-results=5&time=today
Any suggestions most appreciated.
Many thanks.