diff options
Diffstat (limited to 'user-profiles/yt-dlp.nix')
-rw-r--r-- | user-profiles/yt-dlp.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix index 5c9858a6..9e30bba8 100644 --- a/user-profiles/yt-dlp.nix +++ b/user-profiles/yt-dlp.nix | |||
@@ -7,6 +7,10 @@ | |||
7 | cookies-from-browser = "firefox::none"; | 7 | cookies-from-browser = "firefox::none"; |
8 | mark-watched = true; | 8 | mark-watched = true; |
9 | format = lib.concatStringsSep "/" [ | 9 | format = lib.concatStringsSep "/" [ |
10 | "bestvideo*[width<=2560][height<=1440][fps<=60][vcodec!*=av01][vcodec!*=avc1]+bestaudio" | ||
11 | "best[width<=2560][height<=1440][fps<=60][vcodec!*=av01][vcodec!*=avc1]" | ||
12 | "bestvideo*[vcodec!*=av01][vcodec!*=avc1]+bestaudio" | ||
13 | "best[vcodec!*=av01][vcodec!*=avc1]" | ||
10 | "bestvideo*[width<=2560][height<=1440][fps<=60]+bestaudio" | 14 | "bestvideo*[width<=2560][height<=1440][fps<=60]+bestaudio" |
11 | "best[width<=2560][height<=1440][fps<=60]" | 15 | "best[width<=2560][height<=1440][fps<=60]" |
12 | "bestvideo*+bestaudio" | 16 | "bestvideo*+bestaudio" |