diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-04-08 05:57:39 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-04-08 05:57:39 +0900 |
| commit | 1d6cc7747aa3989d1e81be04b866a1f4f8278132 (patch) | |
| tree | 441ef127119d4f8957d6545ed1c450ba528ca4be | |
| parent | 927cef8228871ac77fa364d4c7278d1d1f3f8106 (diff) | |
modified bin/qndl
| -rwxr-xr-x | ar/.local/bin/qndl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.local/bin/qndl b/ar/.local/bin/qndl index e865feb..a481c27 100755 --- a/ar/.local/bin/qndl +++ b/ar/.local/bin/qndl @@ -3,8 +3,8 @@ YTDL_CMD_BASE="yt-dlp --continue --embed-metadata --ignore-errors --no-force-overwrites --no-playlist --verbose" case "$BROWSER" in -*librewolf*) cookies="librewolf:~/.librewolf" ;; -*firefox* | *qutebrowser*) cookies="firefox:~/.mozilla/firefox" ;; +*librewolf*) cookies="librewolf" ;; +*firefox* | *qutebrowser*) cookies="firefox" ;; esac [ -n "$cookies" ] && YTDL_CMD_BASE="$YTDL_CMD_BASE --cookies-from-browser $cookies" |
