php - Script that checks youtube for new videos -


im wondering if there way check specific youtube channel , create list of links out of videos on channel.

im not worried list making part getting link information.

also if there way, update when there new post channel?

i'm guessing out of php , js, js better choice this. if there jquery solution more helpful.

the youtube api offers channel specific rss/json feeds php script read out , digest. feeds accessed via

http://gdata.youtube.com/feeds/api/users/channelname/uploads?orderby=updated

check out api documentation more info http://gdata.youtube.com/


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -