diff options
Diffstat (limited to 'user-profiles/yt-dlp.nix')
| -rw-r--r-- | user-profiles/yt-dlp.nix | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix index d611e5a4..cdb36c6d 100644 --- a/user-profiles/yt-dlp.nix +++ b/user-profiles/yt-dlp.nix | |||
| @@ -7,16 +7,16 @@ | |||
| 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][width>=1920]+bestaudio" | 10 | "bestvideo*[width<=2880][height<=1920][fps<=120][width>=1920]+bestaudio" |
| 11 | "best[width<=2560][height<=1440][fps<=60][vcodec!*=av01][width>=1920]" | 11 | "best[width<=2880][height<=1920][fps<=120][width>=1920]" |
| 12 | "bestvideo*[vcodec!*=av01][width>=1920]+bestaudio" | 12 | "bestvideo*[width>=1920]+bestaudio" |
| 13 | "best[vcodec!*=av01][width>=1920]" | 13 | "best[width>=1920]" |
| 14 | "bestvideo*[width<=2560][height<=1440][fps<=60][vcodec!*=av01][height>=1080]+bestaudio" | 14 | "bestvideo*[width<=2880][height<=1920][fps<=120][height>=1080]+bestaudio" |
| 15 | "best[width<=2560][height<=1440][fps<=60][vcodec!*=av01][height>=1080]" | 15 | "best[width<=2880][height<=1920][fps<=120][height>=1080]" |
| 16 | "bestvideo*[vcodec!*=av01][height>=1080]+bestaudio" | 16 | "bestvideo*[height>=1080]+bestaudio" |
| 17 | "best[vcodec!*=av01][height>=1080]" | 17 | "best[height>=1080]" |
| 18 | "bestvideo*[width<=2560][height<=1440][fps<=60]+bestaudio" | 18 | "bestvideo*[width<=2880][height<=1920][fps<=120]+bestaudio" |
| 19 | "best[width<=2560][height<=1440][fps<=60]" | 19 | "best[width<=2880][height<=1920][fps<=120]" |
| 20 | "bestvideo*+bestaudio" | 20 | "bestvideo*+bestaudio" |
| 21 | "best" | 21 | "best" |
| 22 | ]; | 22 | ]; |
