summaryrefslogtreecommitdiff
path: root/bin/common/ytclipo
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-12-29 17:43:00 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-12-29 17:43:00 +0100
commit70ac73bc332facb6b55044a8a6145ea805592d18 (patch)
tree48a0b7a5e246d1900395407f9ed1e41c99d98703 /bin/common/ytclipo
parentd79faa9e1b36e99dcf8925fc3271f32950f00309 (diff)
checkpoint
Diffstat (limited to 'bin/common/ytclipo')
-rwxr-xr-xbin/common/ytclipo4
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." || :