My idea is a simple yt player done in bash / html
So I need 3 components:
- get the single yt channel rss/xml by channel ID ( wget or curl )
- grep relevant information and build a single html file
- make it usable and somewhat pretty
Don’t want BE so i will be using simple file/folder structure ( like folder per topic, file per channel, file content is channel ID ). Every time you want new content, you run the bash script and refresh the browser. Also lazy load images because I hate waiting.
Also, all the limitations of the XML suplied by YT apply, so only 15 latest videos per channel and similair stuff…