Removing useless coments
This commit is contained in:
parent
bc18b19df3
commit
41c311b5ec
1 changed files with 0 additions and 4 deletions
|
@ -11,7 +11,6 @@ from feedgen.feed import FeedGenerator
|
||||||
fg = FeedGenerator()
|
fg = FeedGenerator()
|
||||||
fg.load_extension('podcast')
|
fg.load_extension('podcast')
|
||||||
fg.podcast.itunes_category('Technology','Podcasting')
|
fg.podcast.itunes_category('Technology','Podcasting')
|
||||||
|
|
||||||
fg.id('http://pod.menf.in/podcast.xml')
|
fg.id('http://pod.menf.in/podcast.xml')
|
||||||
fg.title('Radio Julia')
|
fg.title('Radio Julia')
|
||||||
fg.author( name='Léo Potier', email='undisclosed@menf.in' )
|
fg.author( name='Léo Potier', email='undisclosed@menf.in' )
|
||||||
|
@ -23,9 +22,6 @@ fg.language('fr')
|
||||||
listOfPodcasts = [ p for p in listdir("./shows/")
|
listOfPodcasts = [ p for p in listdir("./shows/")
|
||||||
if p.endswith(".mp3") ]
|
if p.endswith(".mp3") ]
|
||||||
|
|
||||||
#for p in listOfPodcasts:
|
|
||||||
# p = p.decode(getfilesystemencoding())
|
|
||||||
|
|
||||||
listOfPodcasts.sort()
|
listOfPodcasts.sort()
|
||||||
|
|
||||||
# For each file in 'shows'
|
# For each file in 'shows'
|
||||||
|
|
Loading…
Reference in a new issue