mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 05:55:30 +02:00
youtube-dl: fix format syntax (#3175)
This commit is contained in:
parent
15c07a666b
commit
101a44292e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue