diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-23 11:05:24 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-23 11:05:24 +0200 | 
| commit | 054544a911daea986342ed2559cc0f863f3afcab (patch) | |
| tree | ae52bc36cb0990911349a4b89a9b5a11f798c8b8 | |
| parent | c3c4b8c6b4556e01770a75da4b6fbf8e1eba9ce4 (diff) | |
updated notifications to match mako
| -rwxr-xr-x | bin/common/ytclipo | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/common/ytclipo b/bin/common/ytclipo index 712b068..5d86c3f 100755 --- a/bin/common/ytclipo +++ b/bin/common/ytclipo @@ -15,7 +15,7 @@ inp="$1"  # works when link is from yt-local  inp="https://youtu.be/$(echo "$inp" | sed 's/.*\(.\{11\}\)$/\1/')"  >&2 printf "inp: %s\n" "$inp" -notify-send "ytclipo" "<b>downloading</b> $inp" || : +notify-send "ytclipo" "downloading <i>$inp</i>" || :  yt-dlp "$inp" \  	--restrict-filenames \ @@ -24,4 +24,4 @@ yt-dlp "$inp" \  	-S "res:1080" \  	-P "$HOME/vids/youtube/" \  	-o "%(channel)s - %(title)s.%(ext)s" -notify-send "ytclipo" "<b>ytclipo</b><br>finished downloading." || : +notify-send "ytclipo" "finished downloading." || :  | 
