diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-09-08 20:00:22 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-09-08 20:00:22 +0200 |
commit | 8a551339cbfaf106ac7d6f1ca5230196be539167 (patch) | |
tree | 20dd3cb9f12dd94fa22fcd2d866c3cf586f8931a /user-profiles | |
parent | 14d4d05acc235ab7033316d16530783c90e95faa (diff) | |
download | nixos-8a551339cbfaf106ac7d6f1ca5230196be539167.tar nixos-8a551339cbfaf106ac7d6f1ca5230196be539167.tar.gz nixos-8a551339cbfaf106ac7d6f1ca5230196be539167.tar.bz2 nixos-8a551339cbfaf106ac7d6f1ca5230196be539167.tar.xz nixos-8a551339cbfaf106ac7d6f1ca5230196be539167.zip |
...
Diffstat (limited to 'user-profiles')
-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 f59a71b9..9e30bba8 100644 --- a/user-profiles/yt-dlp.nix +++ b/user-profiles/yt-dlp.nix | |||
@@ -11,6 +11,10 @@ | |||
11 | "best[width<=2560][height<=1440][fps<=60][vcodec!*=av01][vcodec!*=avc1]" | 11 | "best[width<=2560][height<=1440][fps<=60][vcodec!*=av01][vcodec!*=avc1]" |
12 | "bestvideo*[vcodec!*=av01][vcodec!*=avc1]+bestaudio" | 12 | "bestvideo*[vcodec!*=av01][vcodec!*=avc1]+bestaudio" |
13 | "best[vcodec!*=av01][vcodec!*=avc1]" | 13 | "best[vcodec!*=av01][vcodec!*=avc1]" |
14 | "bestvideo*[width<=2560][height<=1440][fps<=60]+bestaudio" | ||
15 | "best[width<=2560][height<=1440][fps<=60]" | ||
16 | "bestvideo*+bestaudio" | ||
17 | "best" | ||
14 | ]; | 18 | ]; |
15 | embed-subs = true; | 19 | embed-subs = true; |
16 | embed-thumbnail = true; | 20 | embed-thumbnail = true; |