浏览代码

youtube-dl: fix format syntax (#3175)

Tayeb B 5 年之前
父节点
当前提交
101a44292e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: