Yt-dlp

From wikinotes
Revision as of 16:59, 16 December 2023 by Will (talk | contribs) (Created page with "Fork of youtube-dl with additional features. = Install = <blockquote> <syntaxhighlight lang="bash"> pkg install yt-dlp pkg install ffmpeg # otherwise videos capped at 720p </syntaxhighlight> </blockquote><!-- Install --> = Usage = <blockquote> <syntaxhighlight lang="bash"> yt-dlp 'https://www.youtube.com/watch?SOME_PLAYLIST' # archive an entire youtube-playlist </syntaxhighlight> </blockquote><!-- Usage -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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