mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-07 04:37:01 +00:00
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
(youtube-dl --output "$QUTE_DOWNLOAD_DIR/%(title)s.%(ext)s" $QUTE_URL &&
|
||
|
notify-send "YouTube download completed!" "$QUTE_TITLE") || exit 0
|