• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: July 20th, 2023

help-circle











  • 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.