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 cbc8102aab1bedc786b78e901d6c05c127e926a1
parent 3ececa373dd8ebdbb582f7f42cd6e0ce7203c996
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat,  7 Dec 2024 12:00:16 +0100

fix: add missing comma

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

diff --git a/index.php b/index.php @@ -45,7 +45,7 @@ function get_yt_profilepic($channel_id) { $key = array_keys($profile_pic_links)[0]; $profile_pic_link = preg_replace( '/=.*$/', - '' + '', $profile_pic_links[$key] ); }