summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-06 04:36:58 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-06 04:36:58 +0900
commit950178c47f25ee7d8fb906a76227085e4dc1fa30 (patch)
tree3ee3a67b6b50707c8a4511adb1d54d8a4900770d
parentfd1f47229b799110110ebee52feacb5347058afe (diff)
modified bin/qndl
-rwxr-xr-xar/.local/bin/qndl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.local/bin/qndl b/ar/.local/bin/qndl
index f0c4e50..b22e873 100755
--- a/ar/.local/bin/qndl
+++ b/ar/.local/bin/qndl
@@ -26,7 +26,7 @@ fi
! curl --head --silent --fail "$url" >/dev/null && notify-send "⛔ URL is not accessible: $url" && exit 1
# opts
-base="yt-dlp --cookies-from-browser $cookies --embed-metadata --ignore-errors --no-force-overwrites --no-playlist --verbose"
+base="yt-dlp --cookies-from-browser $cookies -civ --no-force-overwrites --no-playlist"
case $type in
-m | --music)
downloadtype="music"
@@ -64,7 +64,7 @@ case $type in
option="--recode-video $encode"
;;
esac
- cmd="$base --buffer-size 1M --embed-thumbnail $format --no-sponsorblock $option"
+ cmd="$base --buffer-size 1M --embed-metadata --embed-thumbnail --sponsorblock-remove $format $option"
cmd="${cmd%* }"
;;
esac