Yt-dlp: Difference between revisions

From wikinotes
Line 13: Line 13:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
yt-dlp 'https://www.youtube.com/watch?SOME_PLAYLIST'  # archive an entire youtube-playlist
yt-dlp 'https://www.youtube.com/watch?SOME_PLAYLIST'  # archive an entire youtube-playlist
yt-dlp --audio-format flac 'https://someurl.com'
yt-dlp -x --audio-format flac 'https://someurl.com'
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->

Revision as of 14:54, 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 'https://someurl.com'