pub / yt2rss

Transforms a youtube channel into a podcast RSS feed to insert into a podcatcher
git clone https://src.jayvii.de/pub/yt2rss.git
Home | Log | Files | Exports | Refs | Submodules | README | LICENSE | RSS

commit 55833e1d10588c249f6bdebcffa9af79aa9964e3
parent 66f4d1ad35889daf8fdf938cfa071e8d33efc795
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon, 22 Apr 2024 20:46:44 +0200

Add default media type, as this may be required by some podcatchers

Diffstat:
Mindex.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php @@ -114,7 +114,7 @@ if (!is_null($_GET["channel"]) && $auth) { } else { $video_size = 0; $video_duration = "00:00:00"; - $video_ftype = ""; + $video_ftype = "audio/ogg"; } $rss_xml = $rss_xml . "<item>\n"; $rss_xml = $rss_xml . "<title>" .