Fix typo
This commit is contained in:
parent
14b213b315
commit
a60c53671e
3 changed files with 2 additions and 2 deletions
BIN
dist/spodcast-0.4.2.tar.gz
vendored
Normal file
BIN
dist/spodcast-0.4.2.tar.gz
vendored
Normal file
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = spodcast
|
name = spodcast
|
||||||
version = 0.4.1
|
version = 0.4.2
|
||||||
description = A caching Spotify podcast to RSS proxy.
|
description = A caching Spotify podcast to RSS proxy.
|
||||||
long_description = file:README.md
|
long_description = file:README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
|
@ -27,7 +27,7 @@ header("Content-type: text/xml");
|
||||||
$feed_name = "Spodcast autofeed";
|
$feed_name = "Spodcast autofeed";
|
||||||
$feed_description = "Spodcast autofeed";
|
$feed_description = "Spodcast autofeed";
|
||||||
$base_url = strtok($PROTOCOL . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'], '?');
|
$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;
|
$feed_link = $base_url;
|
||||||
$allowed_extensions = array('mp4','m4a','aac','mp3','ogg');
|
$allowed_extensions = array('mp4','m4a','aac','mp3','ogg');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue