I’m curious how you have automated/optimized your workflows for downloading, saving, archiving media.
For instance:
My workflow is probably not the most efficient, but I’m hoping I can be inspired by people’s approaches.
1. Posts must be related to the discussion of digital piracy
2. Don’t request invites, trade, sell, or self-promote
3. Don’t request or link to specific pirated titles, including DMs
4. Don’t submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
I have a bookmarklet that I use on youtube to send the url to a flask app I wrote that runs it through yt-dlp and saves it to my plex server.
The Saturday Night Live channel has over 6000 videos. I downloaded its metadata and loaded it into a database and wrote another simple web app to browse it quickly and choose the videos I want to download. I have a plex library for SNL alone with about 700 sketches. I should generalize this for other channels but it was mostly a one time thing with throwaway code.
Lately I’ve been trying to automate ersatztv channel setup but it doesn’t have an API so I’m writing to its sqlite database and hoping that will work.