diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-23 15:36:00 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-23 15:36:00 +0200 |
commit | ce991c0d7a7b7078a8bfaef19fe9a22c7c75bcb4 (patch) | |
tree | ccd0a29fad39884b635b817758721389be401b26 | |
parent | 916c3c057a0a48ba2f39c8951274821b8d6c988a (diff) |
updated ytclipo dir
-rwxr-xr-x | bin/common/ytclipo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/ytclipo b/bin/common/ytclipo index c283973..263f1b3 100755 --- a/bin/common/ytclipo +++ b/bin/common/ytclipo @@ -20,7 +20,7 @@ yt-dlp "$inp" \ --restrict-filenames \ -f "b" \ -S "res:720" \ - -P "$HOME/vids" \ + -P "$HOME/vids/youtube/" \ -o "%(title)s.%(ext)s" notify-send "ytclipo" "<b>ytclipo</b><br>finished downloading." echo "$inp" >> /tmp/ytclipo_history |