__ 20240430@211611
This commit is contained in:
parent
5335ca72e5
commit
51c59af29a
|
@ -10,7 +10,7 @@ $feedDesc = "feed of audio files";
|
||||||
$feedURL = "https://web.dym.sh/audio/rss.xml";
|
$feedURL = "https://web.dym.sh/audio/rss.xml";
|
||||||
$feedBaseURL = "https://web.dym.sh/audio/"; // must end in trailing forward slash (/).
|
$feedBaseURL = "https://web.dym.sh/audio/"; // must end in trailing forward slash (/).
|
||||||
|
|
||||||
$allowed_ext = ".mp4,.mp3,.webm,.ogg,.flac";
|
$allowed_ext = ".mp4,.mp3,.webm,.ogg,.flac,.opus";
|
||||||
|
|
||||||
echo '<?xml version="1.0" ?>';
|
echo '<?xml version="1.0" ?>';
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -10,7 +10,7 @@ $feedDesc = "feed of audio files";
|
||||||
$feedURL = "https://web.dym.sh/audio/rss.xml";
|
$feedURL = "https://web.dym.sh/audio/rss.xml";
|
||||||
$feedBaseURL = "https://web.dym.sh/audio/"; // must end in trailing forward slash (/).
|
$feedBaseURL = "https://web.dym.sh/audio/"; // must end in trailing forward slash (/).
|
||||||
|
|
||||||
// $allowed_ext = ".mp4,.mp3,.webm,.ogg,.flac";
|
// $allowed_ext = ".mp4,.mp3,.webm,.ogg,.flac,.opus";
|
||||||
|
|
||||||
echo '<?xml version="1.0" ?>';
|
echo '<?xml version="1.0" ?>';
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue