diff --git a/dist/spodcast-0.4.2.tar.gz b/dist/spodcast-0.4.2.tar.gz new file mode 100644 index 0000000..240b36d Binary files /dev/null and b/dist/spodcast-0.4.2.tar.gz differ diff --git a/setup.cfg b/setup.cfg index c69c280..fc2687e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = spodcast -version = 0.4.1 +version = 0.4.2 description = A caching Spotify podcast to RSS proxy. long_description = file:README.md long_description_content_type = text/markdown diff --git a/spodcast/feedgenerator.py b/spodcast/feedgenerator.py index dd99628..e86cfdc 100644 --- a/spodcast/feedgenerator.py +++ b/spodcast/feedgenerator.py @@ -27,7 +27,7 @@ header("Content-type: text/xml"); $feed_name = "Spodcast autofeed"; $feed_description = "Spodcast autofeed"; $base_url = strtok($PROTOCOL . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'], '?'); -$feed_logo = "$base_url/''' + RSS_FEED_SHOW_IMAGE r'''"; +$feed_logo = "$base_url/''' + RSS_FEED_SHOW_IMAGE + r'''"; $feed_link = $base_url; $allowed_extensions = array('mp4','m4a','aac','mp3','ogg');