dotfiles/.local/share/qutebrowser/userscripts/ydl

5 lines
158 B
Plaintext
Raw Normal View History

2020-03-24 18:43:00 +00:00
#!/bin/bash
(youtube-dl --output "$QUTE_DOWNLOAD_DIR/%(title)s.%(ext)s" $QUTE_URL &&
notify-send "YouTube download completed!" "$QUTE_TITLE") || exit 0