summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-03-17 12:16:48 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-03-17 12:16:48 +0100
commit01f8db576bc7263a81e989780796e7939a772f9e (patch)
tree0052cf8b0466610c5189890cdc5cb1fb3d1d0387
parenta328343e3f92e6c7e1a1f8069b80db698c900f8d (diff)
changed notifcation on ytclipo
-rwxr-xr-xbin/common/ytclipo2
1 files changed, 1 insertions, 1 deletions
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" "<b>ytclipo</b><br><i>downloading</i> $inp"
+notify-send "ytclipo" "<b>downloading</b> $inp"
yt-dlp "$inp" \
-f "b" \