summaryrefslogtreecommitdiff
path: root/user-profiles/yt-dlp.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-01 15:45:04 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-01 15:45:04 +0100
commitff4f64f3e076865e30cd553c544a41ed0b92051a (patch)
tree774c4bd886a223c01669e8d89e71b160cce867e2 /user-profiles/yt-dlp.nix
parent8214947d2bc9820c09b5527145843518c29b2b92 (diff)
downloadnixos-ff4f64f3e076865e30cd553c544a41ed0b92051a.tar
nixos-ff4f64f3e076865e30cd553c544a41ed0b92051a.tar.gz
nixos-ff4f64f3e076865e30cd553c544a41ed0b92051a.tar.bz2
nixos-ff4f64f3e076865e30cd553c544a41ed0b92051a.tar.xz
nixos-ff4f64f3e076865e30cd553c544a41ed0b92051a.zip
yt-dlp: 4k
Diffstat (limited to 'user-profiles/yt-dlp.nix')
-rw-r--r--user-profiles/yt-dlp.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix
index 67b6adcb..89a26990 100644
--- a/user-profiles/yt-dlp.nix
+++ b/user-profiles/yt-dlp.nix
@@ -6,8 +6,8 @@
6 --netrc 6 --netrc
7 --mark-watched 7 --mark-watched
8 --format ${lib.concatStringsSep "/" [ 8 --format ${lib.concatStringsSep "/" [
9 "bestvideo[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]" 9 "bestvideo[width<=3840][height<=2160][fps<=60][protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]"
10 "best[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]" 10 "best[width<=3840][height<=2160][fps<=60][protocol!=http_dash_segments]"
11 "best[protocol!=http_dash_segments]" 11 "best[protocol!=http_dash_segments]"
12 ]} 12 ]}
13 --sub-langs all,-live_chat 13 --sub-langs all,-live_chat