youtube-dl: improve download a playlist and extract mp3 (#5037)

This commit is contained in:
empty
2021-01-03 15:25:16 +02:00
committed by GitHub
parent 0392bcf423
commit 64a30d8d3a

View File

@@ -33,4 +33,4 @@
- Download a playlist and extract mp3 from it: - Download a playlist and extract mp3 from it:
`youtube-dl -i --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" '{{url_to_playlist}}'` `youtube-dl -f "bestaudio" --continue --no-overwrites --ignore-errors --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" {{url_to_playlist}}`