summaryrefslogtreecommitdiffstats
path: root/.local/bin/qndl
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-11-08 20:17:58 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-11-08 20:17:58 -0500
commitea4252ee5d28e3cbd7e9bb6e65a82082dff9180f (patch)
treecd0b8db81984307bd721a477c33fec07cfc54d59 /.local/bin/qndl
parentae2db4ee1afe40b4e8f8009aaa0000fbb77d629b (diff)
parent7f139718e9d729f073dcb8d63ffe957229576c2c (diff)
downloadeibhear-ea4252ee5d28e3cbd7e9bb6e65a82082dff9180f.tar.gz
eibhear-ea4252ee5d28e3cbd7e9bb6e65a82082dff9180f.tar.zst
eibhear-ea4252ee5d28e3cbd7e9bb6e65a82082dff9180f.zip
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.local/bin/qndl')
-rwxr-xr-x.local/bin/qndl2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/qndl b/.local/bin/qndl
index f5bd14f..f6fbe87 100755
--- a/.local/bin/qndl
+++ b/.local/bin/qndl
@@ -5,7 +5,7 @@
base="$(basename "$1")"
notify-send "⏳ Queuing $base..."
cmd="$2"
-[ -z "$cmd" ] && cmd="youtube-dl --add-metadata"
+[ -z "$cmd" ] && cmd="youtube-dl --add-metadata -ic"
idnum="$(tsp $cmd "$1")"
realname="$(echo "$base" | sed "s/?\(source\|dest\).*//;s/%20/ /g")"
tsp -D "$idnum" mv "$base" "$realname"