diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-01-03 16:07:17 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-01-03 16:07:17 +0100 |
commit | 82fe753f3dd60d358ee399ff7ac5740f849a1741 (patch) | |
tree | f3f6ee203ab455ce754d6823501237864f61706a /bin/common | |
parent | 203872a87d70db35bd90bd62a169dbc036b1fd0c (diff) |
update
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 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." || : |