Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 251 Bytes

youtube-dl.md

File metadata and controls

15 lines (11 loc) · 251 Bytes

Download video:

youtube-dl -k "<url>"
youtube-dl --keep-video "<url>" # or this

Download audio only:

youtube-dl -x "<url>"
youtube-dl --extract-audio "<url>" # or this