youtube-dl: fix format syntax (#3175)

italian
Tayeb B 2019-07-05 18:32:58 +02:00 committed by Marco Bonelli
parent 15c07a666b
commit 101a44292e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
- Download a video or playlist at a specific quality:
`youtube-dl --format {{best[height<=480]}} {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}`
`youtube-dl --format {{"best[height<=480]"}} {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}`
- Download the audio from a video and convert it to an MP3: