summaryrefslogtreecommitdiff
path: root/bin/common
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-03-19 23:05:52 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-03-19 23:05:52 +0100
commit4fe3d6dfd2e4a2884670a03e8ef999033a79de66 (patch)
tree77cdcb32487ef769a3bdf82255016005335b1c30 /bin/common
parentc130f7285f250077336d0930898dbbeddb00b9f7 (diff)
parentd9ababa442b5d02414e100f7de1f574e5616125d (diff)
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'bin/common')
-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" \