diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-05 19:49:12 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-05 19:49:12 +0100 |
commit | a7309ce61c093caeb554c20497f4e4b765073203 (patch) | |
tree | 6e7c9e559253f0f0584175c582624eec29a0d5cb /bin/common | |
parent | 58bf86c706c5a442da4fb01ea26e06f1ed291d45 (diff) | |
parent | 112449dd19eaae6769ef95a70b3e52234256400c (diff) |
checkpoint
Diffstat (limited to 'bin/common')
-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 4d9d846..f8d30b4 100755 --- a/bin/common/ytclipo +++ b/bin/common/ytclipo @@ -4,7 +4,7 @@ inp="$1" [ -z "$inp" ] && inp="$(ytlink)" [ "$inp" ] || exit 1 >&2 printf "inp: %s\n" "$inp" -notify-send "ytclipo" "$inp" || : +herbe "_ytclipo" "*$inp" || : yt-dlp "$inp" \ --restrict-filenames \ @@ -12,4 +12,4 @@ yt-dlp "$inp" \ -S "res:1080" \ -P "$HOME/vids/youtube/" \ -o "%(channel)s/%(title)s.%(ext)s" -notify-send "ytclipo" "finished downloading." || : +herbe "_ytclipo" "finished downloading." || : |