summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-08 00:47:33 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-08 00:47:33 +0900
commit622a9abbcc4ee6719a843cf32c84673553c8637b (patch)
tree25d185b97d6a4fcd8f0e1500dd3f84e63f983dae
parent1b89e550854e56921822509669189a0e283b7bc2 (diff)
modified bin/qndl
-rwxr-xr-xar/.local/bin/qndl4
1 files changed, 0 insertions, 4 deletions
diff --git a/ar/.local/bin/qndl b/ar/.local/bin/qndl
index 4c5916d..d072522 100755
--- a/ar/.local/bin/qndl
+++ b/ar/.local/bin/qndl
@@ -88,7 +88,6 @@ esac
filename=$(yt-dlp -s -O "%(filename)s [%(id)s].%(ext)s" "$url")
-echo "1. cmd: $cmd" >>~/ytdlp.txt
[ -z "$type" ] && output="$HOME/$filename"
# queue
@@ -104,6 +103,3 @@ idnum="$(tsp $cmd -o "$output" "$url")"
# done
tsp -D "$idnum" notify-send "👍 Completed download!" "$filename"
[ "$downloadtype" = "music" ] && tsp -D "$idnum" "mpc update"
-
-echo "2. cmd: $cmd" >>~/ytdlp.txt
-echo "output: $output" >>~/ytdlp.txt