youtube-dl: clearer description of mp3 example

This commit is contained in:
Hayden Schiff 2016-01-21 18:56:49 -05:00
parent 78a2b886ea
commit 790a4234b9

View File

@ -6,7 +6,7 @@
`youtube-dl {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}` `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}}` `youtube-dl -x --audio-format {{mp3}} {{url}}`