No description
Find a file
Joe Martin ffd98223f7
Fix manyvids
Signed-off-by: Joe Martin <joe@desertflood.com>
2024-07-10 17:39:04 -07:00
.gitignore Init at working version 2024-06-03 13:08:07 -07:00
cinema-therapy-patch Init at working version 2024-06-03 13:08:07 -07:00
flake.lock Init at working version 2024-06-03 13:08:07 -07:00
flake.nix Fix manyvids 2024-07-10 17:39:04 -07:00
manyvids-patch Fix manyvids 2024-07-10 17:39:04 -07:00
README.md Update README 2024-07-10 17:37:48 -07:00

A simple flake, to patch the absolute latest version of yt-dlp, to download Cinema Therapy thumbnails from Patreon. It follows the latest version of yt-dlp from nixos/master. It definitely isn't guaranteed to work.

Run it with:

nix run "git+https://git.desertflood.com/jmartindf/yt-dlp-ct?ref=main"

Add it to a flake with:

inputs.yt-dlp-ct.url = "git+https://git.desertflood.com/jmartindf/yt-dlp-ct?ref=main";

Call the overlay as:

inputs.yt-dlp-ct.overlays.default

and get the package as:

pkgs.yt-dlp-patched