From 101a44292eae59e778d819db5c27949e447491bb Mon Sep 17 00:00:00 2001 From: Tayeb B Date: Fri, 5 Jul 2019 18:32:58 +0200 Subject: [PATCH] youtube-dl: fix format syntax (#3175) --- pages/common/youtube-dl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/youtube-dl.md b/pages/common/youtube-dl.md index 04b2c60c4..b34083a5b 100644 --- a/pages/common/youtube-dl.md +++ b/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: