diff options
Diffstat (limited to 'user-profiles/yt-dlp.nix')
-rw-r--r-- | user-profiles/yt-dlp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix index a7f1ce3b..c7378716 100644 --- a/user-profiles/yt-dlp.nix +++ b/user-profiles/yt-dlp.nix | |||
@@ -3,7 +3,7 @@ | |||
3 | home-manager.users.${userName} = { | 3 | home-manager.users.${userName} = { |
4 | home.packages = with pkgs; [ yt-dlp ]; | 4 | home.packages = with pkgs; [ yt-dlp ]; |
5 | xdg.configFile."yt-dlp/config".text = '' | 5 | xdg.configFile."yt-dlp/config".text = '' |
6 | --netrc | 6 | --cookies-from-browser firefox |
7 | --mark-watched | 7 | --mark-watched |
8 | --format ${lib.concatStringsSep "/" [ | 8 | --format ${lib.concatStringsSep "/" [ |
9 | "bestvideo[width<=3840][height<=2160][fps<=60]+bestaudio" | 9 | "bestvideo[width<=3840][height<=2160][fps<=60]+bestaudio" |