http://gdata.youtube.com/feeds/base/users/whitehouse/uploads
Youtube has all kinds data feeds. I need to get the data from the above data feed using php, such as the title, content (better to exclude the image and time), the image, and the duration time.
My questions are:
1) Does youtube has a more user friendly data feed but offer the same list as above feed? Or if I want get the videos whitehouse uploads, this is the only url?
2) The above url is not so well structured for us to grab the data. I think I can grab the content, and then extra the image and duration time from the content. And strip off the image tag after that to get the title, image, duration and content (strip off the image) from this feed. How do you guys do it?
3) Any advices on get youtube data feeds?
Thanks!