summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-20 18:25:29 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-20 18:25:29 +0900
commit8ad9abf1ce4b91534a2cd6f3a3134bd8f6a69c34 (patch)
tree4e2d0c672735948ffcd9c534c0b61af26e39b8aa
parente1a09505ab5305b89aa80364e5a8a9b4b6da23f5 (diff)
modified bin/qndl
-rwxr-xr-xar/.local/bin/qndl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/qndl b/ar/.local/bin/qndl
index 727a700..8e30dba 100755
--- a/ar/.local/bin/qndl
+++ b/ar/.local/bin/qndl
@@ -3,7 +3,7 @@
YTDL_CMD_BASE="yt-dlp --continue --embed-metadata --ignore-errors --no-force-overwrites --no-playlist --verbose"
case "$BROWSER" in
-*firefox* | *qutebrowser*) cookies="firefox" ;;
+*firefox*) cookies="firefox" ;;
esac
[ -n "$cookies" ] && YTDL_CMD_BASE="$YTDL_CMD_BASE --cookies-from-browser $cookies"