diff options
author | Mattias Andrée <m@maandree.se> | 2025-01-13 19:18:13 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-01-13 19:18:13 +0100 |
commit | 3072e2e3ac21972c8d330f2998fa65be447fbcf0 (patch) | |
tree | ef4647cb41efa9301408348802210e59ad2916d6 /yt-dlp | |
parent | Add mount-devices script under cryptsetup (diff) | |
download | dotfiles-3072e2e3ac21972c8d330f2998fa65be447fbcf0.tar.gz dotfiles-3072e2e3ac21972c8d330f2998fa65be447fbcf0.tar.bz2 dotfiles-3072e2e3ac21972c8d330f2998fa65be447fbcf0.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'yt-dlp')
-rw-r--r-- | yt-dlp/bash-aliases | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt-dlp/bash-aliases b/yt-dlp/bash-aliases index a4724a4..2200bea 100644 --- a/yt-dlp/bash-aliases +++ b/yt-dlp/bash-aliases @@ -1,3 +1,3 @@ # -*- shell-script -*- -alias yt-dlp='yt-dlp --compat-options filename-sanitization' +alias yt-dlp='yt-dlp --compat-options filename-sanitization --cookies-from-browser brave' |