This commit is contained in:
Frank de Lange 2022-03-01 23:58:31 +00:00
parent 14b213b315
commit a60c53671e
3 changed files with 2 additions and 2 deletions

BIN
dist/spodcast-0.4.2.tar.gz vendored Normal file

Binary file not shown.

View file

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

View file

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