diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-03-12 12:43:22 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-03-12 12:43:22 +0100 |
commit | 2f8b062363b293a72e4afa0e682f1c4371317515 (patch) | |
tree | 7816d626414befba3f5d2e76b82dc843694ca4eb /user-profiles/yt-dlp.nix | |
parent | a5c1381a8057d5490341ffa91a4807f6ecfa0a26 (diff) | |
download | nixos-2f8b062363b293a72e4afa0e682f1c4371317515.tar nixos-2f8b062363b293a72e4afa0e682f1c4371317515.tar.gz nixos-2f8b062363b293a72e4afa0e682f1c4371317515.tar.bz2 nixos-2f8b062363b293a72e4afa0e682f1c4371317515.tar.xz nixos-2f8b062363b293a72e4afa0e682f1c4371317515.zip |
...
Diffstat (limited to 'user-profiles/yt-dlp.nix')
-rw-r--r-- | user-profiles/yt-dlp.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix index 91f970bf..4ec6d6f7 100644 --- a/user-profiles/yt-dlp.nix +++ b/user-profiles/yt-dlp.nix | |||
@@ -23,6 +23,7 @@ | |||
23 | "youtube:player-client=android,web" | 23 | "youtube:player-client=android,web" |
24 | "youtube:formats=dashy" | 24 | "youtube:formats=dashy" |
25 | ]; | 25 | ]; |
26 | remux-video = "mp4>mkv"; | ||
26 | }; | 27 | }; |
27 | }; | 28 | }; |
28 | }; | 29 | }; |