summaryrefslogtreecommitdiff
path: root/bin/common/ytclipo
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-01-03 16:07:17 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-01-03 16:07:17 +0100
commit82fe753f3dd60d358ee399ff7ac5740f849a1741 (patch)
treef3f6ee203ab455ce754d6823501237864f61706a /bin/common/ytclipo
parent203872a87d70db35bd90bd62a169dbc036b1fd0c (diff)
update
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 1a82df2..6416a15 100755
--- a/bin/common/ytclipo
+++ b/bin/common/ytclipo
@@ -2,7 +2,7 @@
inp="$(ytlink)"
>&2 printf "inp: %s\n" "$inp"
-notify-send "ytclipo" "downloading <i>$inp</i>" || :
+# notify-send "ytclipo" "downloading <i>$inp</i>" || :
yt-dlp "$inp" \
--restrict-filenames \
@@ -11,4 +11,4 @@ yt-dlp "$inp" \
-S "res:1080" \
-P "$HOME/vids/youtube/" \
-o "%(channel)s/%(title)s.%(ext)s"
-notify-send "ytclipo" "finished downloading." || :
+# notify-send "ytclipo" "finished downloading." || :