1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-23 23:33:12 +00:00

Qute: remove ydl script I don't use

This commit is contained in:
Phantop 2020-07-20 22:44:54 -04:00
parent dff0728e6c
commit a25c13a30b

View file

@ -1,4 +0,0 @@
#!/bin/bash
(youtube-dl --output "$QUTE_DOWNLOAD_DIR/%(title)s.%(ext)s" $QUTE_URL &&
notify-send "YouTube download completed!" "$QUTE_TITLE") || exit 0