User Tools

Site Tools


software:cli:bash:youtube-dl

YOUTUBE-DL

Install

MacOS:

brew install youtube-dl

Install ffmpeg

MacOS:

brew install youtube-dl ffmpeg

Download highest-res vid

youtube-dl -f bestvideo+bestaudio ‘link

Download complete channel in Playlists

:!: you need ffmpeg :!:

 youtube-dl -f bestvideo+bestaudio -o '%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://www.youtube.com/@CHANNEL/playlists 
software/cli/bash/youtube-dl.txt · Last modified: 2024/03/20 07:32 by warnaud