From 01f8db576bc7263a81e989780796e7939a772f9e Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 17 Mar 2023 12:16:48 +0100 Subject: changed notifcation on ytclipo --- bin/common/ytclipo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/common/ytclipo b/bin/common/ytclipo index 0ac412c..6cb2fc6 100755 --- a/bin/common/ytclipo +++ b/bin/common/ytclipo @@ -9,7 +9,7 @@ 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" +notify-send "ytclipo" "downloading $inp" yt-dlp "$inp" \ -f "b" \ -- cgit v1.2.3