Script that checks youtube for new videos
Im wondering if there is a way to check a specific youtube channel and create a list of links out of the videos on that channel.
Im not so worried about the list making part as i am with getting the link information.
Also if there is a way, would it update when there is a new post开发者_如何学运维 to that channel?
I'm guessing out of php and js, JS is the better choice for this. If there is a jQuery solution that would be even more helpful.
The YouTube API offers channel specific RSS/JSON feeds which a php script could read out and digest. Feeds are usually accessed via
http://gdata.youtube.com/feeds/api/users/CHANNELNAME/uploads?orderby=updated
Check out the API documentation for more info http://gdata.youtube.com/
精彩评论