Explorar o código

youtube-dl: fix format syntax (#3175)

Tayeb B %!s(int64=5) %!d(string=hai) anos
pai
achega
101a44292e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/common/youtube-dl.md

+ 1 - 1
pages/common/youtube-dl.md

@@ -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: