summaryrefslogtreecommitdiff
path: root/user-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-08-01 10:31:11 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-08-01 10:31:11 +0200
commit48f8d3c11d9117f10e6ca5b76a08b91cef5c861b (patch)
tree1c0aed455c6cd4d73a390463e0ed40582fc481c4 /user-profiles
parent3c203b2eb88055d4e8a6cffecf257b9f1a2009d9 (diff)
downloadnixos-48f8d3c11d9117f10e6ca5b76a08b91cef5c861b.tar
nixos-48f8d3c11d9117f10e6ca5b76a08b91cef5c861b.tar.gz
nixos-48f8d3c11d9117f10e6ca5b76a08b91cef5c861b.tar.bz2
nixos-48f8d3c11d9117f10e6ca5b76a08b91cef5c861b.tar.xz
nixos-48f8d3c11d9117f10e6ca5b76a08b91cef5c861b.zip
...
Diffstat (limited to 'user-profiles')
-rw-r--r--user-profiles/yt-dlp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix
index 005f56ff..7d2a1082 100644
--- a/user-profiles/yt-dlp.nix
+++ b/user-profiles/yt-dlp.nix
@@ -19,7 +19,7 @@
19 concurrent-fragments = 12; 19 concurrent-fragments = 12;
20 buffer-size = "16K"; 20 buffer-size = "16K";
21 sponsorblock-mark = "all"; 21 sponsorblock-mark = "all";
22 restrict-filenames = true; 22 # restrict-filenames = true;
23 # extractor-args = lib.concatStringsSep ";" [ 23 # extractor-args = lib.concatStringsSep ";" [
24 # "youtube:player-client=android,web" 24 # "youtube:player-client=android,web"
25 # "youtube:formats=dashy" 25 # "youtube:formats=dashy"