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 6ce8ee0b2e628cedf7b1ed3bd334e6b0357b83cb
parent b9a7623be9d478af375664b7e20557477c0faf67
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 10 Feb 2024 21:04:04 +0100

Note duration issue in README

Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -33,6 +33,12 @@ If the video has not been fetched before, this will take a few seconds, as the s ## Further notes +### Episode durations are not shown correctly on first load + +Duration times of entries are unknown until they have been downloaded. The podcast feed (`?channel=...`) will show episode durations as "00:00:00" unless the according episode is already present in the webroot (has been accessed by the podcatcher or any other client, like a webbrowser). + +### The webroot grows bigger / old episodes are never removed from the server + The script will never "cleanup" audio files from the webdir root directory, after they have been downloaded by the client. Depending on your usecase scenario, it might be a good idea to setup a cronjob for that: ``` # m h dom mon dow command