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

translation-badges
empty 2021-01-03 15:25:16 +02:00 committed by GitHub
parent 0392bcf423
commit 64a30d8d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@
- 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}}`