set channel name as album name
This commit is contained in:
parent
67a24157fa
commit
3e06ca7217
1 changed files with 16 additions and 1 deletions
17
youtube.sh
17
youtube.sh
|
@ -63,4 +63,19 @@ then
|
||||||
format="-f bestaudio"
|
format="-f bestaudio"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
yt-dlp -i -c --socket-timeout 10000 --force-ipv4 --restrict-filenames --embed-thumbnail --embed-metadata --parse-metadata "album:%(channel)s" --match-filter "!was_live" ${format} ${audio} ${quality} -v ${url} ${extra}
|
yt-dlp \
|
||||||
|
-i \
|
||||||
|
-c \
|
||||||
|
--socket-timeout 10000 \
|
||||||
|
--force-ipv4 \
|
||||||
|
--restrict-filenames \
|
||||||
|
--embed-thumbnail \
|
||||||
|
--embed-metadata \
|
||||||
|
--parse-metadata "playlist_title:%(album)s" \
|
||||||
|
--match-filter "!was_live" \
|
||||||
|
${format} \
|
||||||
|
${audio} \
|
||||||
|
${quality} \
|
||||||
|
-v \
|
||||||
|
${url} \
|
||||||
|
${extra}
|
||||||
|
|
Loading…
Add table
Reference in a new issue