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
Post a Comment