1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-02 12:54:39 +00:00
dotfiles/.local/share/qutebrowser/userscripts/ydl

5 lines
158 B
Bash
Executable file

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