fixed music downloading

This commit is contained in:
Emma Tebibyte 2023-11-15 11:38:21 -07:00
parent fbf3516435
commit b1d3c252b8
Signed by: emma
GPG Key ID: 6D661C738815E7DD

2
yt
View File

@ -76,7 +76,7 @@ lines() {
}
music() { # downloads a video, splitting by chapter and only saving the audio
while "$1"; do
while test -n "$1"; do
yt-dlp -vx --split-chapters -o \
"chapter:%(fulltitle)s - %(section_number)s %(section_title)s.%(ext)s" \
"$1" --audio-quality 0 >> log 2>&1