summaryrefslogtreecommitdiffstats
path: root/.scripts/tools/qndl
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/tools/qndl')
-rwxr-xr-x.scripts/tools/qndl11
1 files changed, 0 insertions, 11 deletions
diff --git a/.scripts/tools/qndl b/.scripts/tools/qndl
deleted file mode 100755
index a99d37e..0000000
--- a/.scripts/tools/qndl
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# $1 is a url; $2 is a command
-[ -z "$1" ] && exit
-base="$(basename "$1")"
-notify-send "⏳ Queuing $base..."
-cmd="$2"
-[ -z "$cmd" ] && cmd="youtube-dl --add-metadata"
-idnum="$(tsp $cmd "$1")"
-realname="$(echo "$base" | sed "s/?\(source\|dest\).*//;s/%20/ /g")"
-tsp -D "$idnum" mv "$base" "$realname"
-tsp -D "$idnum" notify-send "👍 $realname done."