Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 486 Bytes

youtube-dl.md

File metadata and controls

14 lines (10 loc) · 486 Bytes

Back to Cheatsheets Index

youtube-dl Cheatsheet

List available quality formats

youtube-dl -F <URL>

Download specific quality format

youtube-dl -f 18 <URL>

Download and combine two specific quality formats

youtube-dl -f 137+140 <URL>

Rip highest quality mp3 audio from video and use thumbnail as album art and transfer metadata

youtube-dl --extract-audio --add-metadata --xattrs --embed-thumbnail --audio-quality 0 --audio-format mp3 <URL>