From 790a4234b9a4f49c43859e4b8093b63bc46972e6 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 21 Jan 2016 18:56:49 -0500 Subject: [PATCH] youtube-dl: clearer description of mp3 example --- 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 d9e04b4dd0..3983f56ec9 100644 --- a/pages/common/youtube-dl.md +++ b/pages/common/youtube-dl.md @@ -6,7 +6,7 @@ `youtube-dl {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}` -- Download the audio from a video as an MP3: +- Download the audio from a video and convert it to an MP3: `youtube-dl -x --audio-format {{mp3}} {{url}}`