diff --git a/podcast.py b/podcast.py index 6c043b1..765486b 100644 --- a/podcast.py +++ b/podcast.py @@ -28,7 +28,7 @@ def getURL(url): for index, row in urls.iterrows(): if row['urlfilesize'][0] != 'nourl': rss += "" - rss += "" + row['Song'] + "" + rss += "" + escape(row['Song']) + "" rss += "" + timestamp + "" rss += "" rss += ""