diff --git a/createPodcastFeed.py b/createPodcastFeed.py index 2b4e431..fc7a92b 100755 --- a/createPodcastFeed.py +++ b/createPodcastFeed.py @@ -11,7 +11,6 @@ from feedgen.feed import FeedGenerator fg = FeedGenerator() fg.load_extension('podcast') fg.podcast.itunes_category('Technology','Podcasting') - fg.id('http://pod.menf.in/podcast.xml') fg.title('Radio Julia') fg.author( name='Léo Potier', email='undisclosed@menf.in' ) @@ -23,9 +22,6 @@ fg.language('fr') listOfPodcasts = [ p for p in listdir("./shows/") if p.endswith(".mp3") ] -#for p in listOfPodcasts: -# p = p.decode(getfilesystemencoding()) - listOfPodcasts.sort() # For each file in 'shows'