ytsfeed
is a feed generator for YouTube channels. Dependencies are as follows:
-
sfeed
-
some sort of
awk
implementation -
yt-dlp
-
coreutils
(only tested on GNU coreutils, but I see no reason as to why BSD coreutils wouldn't work) -
bash
(again, only tested withbash
but other sh implementations should work)
Go check out the repository!
Documentation is mostly within the usage()
function that runs if you give it malformed input. Script is heavily work-in-progress, but I use it for my own YouTube feed needs.