Dotfiles/notes/youtube-dl.md
2021-01-23 13:55:50 +01:00

261 B

youtube-dl

List formats

-F, --list-formats List all available formats of requested videos

Use format

-f, --format

Example: We know that "140" is the format of audio only. So to grab audio only we use: youtube-dl -f 140 <video-url>