summaryrefslogtreecommitdiff
path: root/.local/bin/qndl
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/qndl')
-rwxr-xr-x.local/bin/qndl13
1 files changed, 0 insertions, 13 deletions
diff --git a/.local/bin/qndl b/.local/bin/qndl
deleted file mode 100755
index df0bedf..0000000
--- a/.local/bin/qndl
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-# $1 is a url; $2 is a command
-[ -z "$1" ] && exit
-base="$(basename "$1")"
-notify-send -i "$HOME/.fonts/svg/rss.svg" "Queuing $base..."
-cmd="$2"
-notify-send $cmd
-[ -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" "$HOME/Downloads/Podcasts/$realname"
-tsp -D "$idnum" notify-send -i "$HOME/.fonts/svg/check-circle.svg" "$realname done."
-tsp -D "$idnum" sleep 5s && st -e $HOME/.scripts/tools/tm-vlc "$HOME/Downloads/Podcasts/$realname"