Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@kaia@brotka.st @privateger@plasmatrap.com @lain@lain.com I used to self-host Invidious and Piped (backend and frontend), got tired of it breaking all the time. Now I just RSS YT channels in a shell script through a VPN, download the XML with curl, transform to simple tab-separated one-per-line records using xsltproc, store in plain text files, and then have a separate "client" bash script that lists the unwatched vid names and links with numbers. I type the number press return, it plays the video with yt-dlp/mpv, and moves the video's line from the "new" file to the "old" file.