diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-09-10 15:02:02 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-09-10 15:02:02 +0200 |
commit | 56109f4de719ea1917b7a1a55d9e4b427f65c701 (patch) | |
tree | 9e44f2ba72ab9e32ce87a4daad18e80c4d6eb48a /user-profiles | |
parent | dd2276099946a07e73c598d81ce0db35d93d71ea (diff) | |
download | nixos-56109f4de719ea1917b7a1a55d9e4b427f65c701.tar nixos-56109f4de719ea1917b7a1a55d9e4b427f65c701.tar.gz nixos-56109f4de719ea1917b7a1a55d9e4b427f65c701.tar.bz2 nixos-56109f4de719ea1917b7a1a55d9e4b427f65c701.tar.xz nixos-56109f4de719ea1917b7a1a55d9e4b427f65c701.zip |
...flakes
Diffstat (limited to 'user-profiles')
-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 550d6a78..e6c28c60 100644 --- a/user-profiles/yt-dlp.nix +++ b/user-profiles/yt-dlp.nix | |||
@@ -28,6 +28,7 @@ | |||
28 | # "youtube:formats=dashy" | 28 | # "youtube:formats=dashy" |
29 | # ]; | 29 | # ]; |
30 | remux-video = "mp4>mkv"; | 30 | remux-video = "mp4>mkv"; |
31 | output = "\"%(title)s [%(uploader)s %(webpage_url)s].%(ext)s\""; | ||
31 | }; | 32 | }; |
32 | }; | 33 | }; |
33 | }; | 34 | }; |