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 d13934cc964390c68284c7aaba1bc57a3a705fee
parent ce37f2d62ad70b1b89e938c13a8b580e5805fd97
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Tue, 21 May 2024 19:05:55 +0200

Update repository URL

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

diff --git a/index.php b/index.php @@ -195,7 +195,7 @@ if (!is_null($_GET["channel"]) && $auth) { } else { echo "<html><head><title>yt2rss</title></head><body>"; echo "<h1>yt2rss</h1>"; - echo "<p><a href=\"https://codeberg.org/jayvii/yt2rss\">Learn more</a></p>"; + echo "<p><a href=\"https://src.jayvii.de/pub/yt2rss\">Learn more</a></p>"; // Usage Info echo "<p>Usage:</p>";