diff options
Diffstat (limited to 'bin/common')
-rwxr-xr-x | bin/common/ytclipo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/common/ytclipo b/bin/common/ytclipo index ee5bf0f..0ac412c 100755 --- a/bin/common/ytclipo +++ b/bin/common/ytclipo @@ -9,9 +9,11 @@ echo "inp: ${inp}" 1>&2 # works when link is from yt-local inp="$(echo -n "$inp" | awk -F 'https?://' '{print $NF}')" echo "inp: ${inp}" 1>&2 +notify-send "ytclipo" "<b>ytclipo</b><br><i>downloading</i> $inp" yt-dlp "$inp" \ -f "b" \ -S "res:720" \ -P "$HOME/vids" \ -o "%(title)s.%(ext)s" +notify-send "ytclipo" "<b>ytclipo</b><br>finished downloading." |