Yt-dlp: Difference between revisions

From wikinotes
 
(No difference)

Latest revision as of 14:56, 27 April 2024

Fork of youtube-dl with additional features.

Install

pkg install yt-dlp
pkg install ffmpeg  # otherwise videos capped at 720p

Usage

yt-dlp 'https://www.youtube.com/watch?SOME_PLAYLIST'  # archive an entire youtube-playlist
yt-dlp -x --audio-format flac --embed-thumbnail 'https://someurl.com'