Removing useless coments

This commit is contained in:
Martin Potier 2015-06-09 00:15:34 +02:00
parent bc18b19df3
commit 41c311b5ec
1 changed files with 0 additions and 4 deletions

View File

@ -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'