From 5d7cb2848ddafd56d9b9267c495f57d405bb906c Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 10 Mar 2023 15:16:21 +0100 Subject: added notification to ytclipo --- bin/common/ytclipo | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') 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" "ytclipo
downloading $inp" yt-dlp "$inp" \ -f "b" \ -S "res:720" \ -P "$HOME/vids" \ -o "%(title)s.%(ext)s" +notify-send "ytclipo" "ytclipo
finished downloading." -- cgit v1.2.3