diff options
Diffstat (limited to 'bin/common')
-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 |