summaryrefslogtreecommitdiff
path: root/bin/common
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-11-12 12:30:38 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-11-12 12:30:38 +0100
commit2f3909181e31fb443c4ad2048a1e886e877e4a5c (patch)
treef4e5544e07a1a72da342e02cbad08b34115f70a6 /bin/common
parent482d9efce8c3cf7139e7bd1fbfcd28595e7827f7 (diff)
put channels in a subfolder
Diffstat (limited to 'bin/common')
-rwxr-xr-xbin/common/ytclipo2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/ytclipo b/bin/common/ytclipo
index 5d86c3f..8997539 100755
--- a/bin/common/ytclipo
+++ b/bin/common/ytclipo
@@ -23,5 +23,5 @@ yt-dlp "$inp" \
-f "b" \
-S "res:1080" \
-P "$HOME/vids/youtube/" \
- -o "%(channel)s - %(title)s.%(ext)s"
+ -o "%(channel)s/%(title)s.%(ext)s"
notify-send "ytclipo" "finished downloading." || :