No description
|
||
---|---|---|
.gitignore | ||
cinema-therapy-patch | ||
flake.lock | ||
flake.nix | ||
manyvids-patch | ||
README.md |
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