1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:35:26 +02:00

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}}`
- 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}}`