summaryrefslogtreecommitdiff
path: root/hm/soft/yt-dlp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft/yt-dlp.nix')
-rw-r--r--hm/soft/yt-dlp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soft/yt-dlp.nix b/hm/soft/yt-dlp.nix
index e50f313..19eeeb4 100644
--- a/hm/soft/yt-dlp.nix
+++ b/hm/soft/yt-dlp.nix
@@ -9,7 +9,7 @@ in
enable = true;
settings = {
format = "bestvideo+bestaudio/best";
- merge-output-format = "webm";
+ # merge-output-format = "webm";
prefer-free-formats = true;
paths = "~/dl/yt";