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