-
Notifications
You must be signed in to change notification settings - Fork 0
Create script for making podcast feed #8
Comments
what formats do you want the feeds to support? I have code to pull from the Hangops Channel the videos and I also have code that can convert most video formats to other video and/or audio formats. Do you want this to be an iTunes style feed or a more stock Atom/RSS? What I will do is get the youtube -> feed setup with the basic video stuff and pull from Redis the metadata required for RSS feeds that may not be present in the youtube data and then point you to a url on the server so you can look at it. I'll work on that now. |
Lets just start with iTunes style and mp3 and see if people ask for more On Saturday, March 9, 2013, Mike Taylor wrote:
Brandon Burton |
k, got the code to pull from youtube the hangops video feed and run thru looking for new entries. it does this by comparing the youtube code for each item in the feed against a hangops:youtube redis set. when a new one is found, it will store the metadata and also trigger a download of the flv so that it can convert it to mp3. I need to finish the itunes rss feed file and push that to the server. |
this is what I have running now: cronjob running every 2 hours looking for new youtube videos need to add noises to IRC and also to update site |
hangops.xml marking as closed and will add another issue for IRC channel announcing of feed events |
Script will
Should run as a cron job?
The text was updated successfully, but these errors were encountered: