programs:linux:yt-dlp
This is an old revision of the document!
Table of Contents
yt-dlp
Download
rm -f '/tmp/yt-dlp' && wget -O '/tmp/yt-dlp' 'https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp' && chmod +x '/tmp/yt-dlp'
Show Formats
- Change
x
to a URL
'/tmp/yt-dlp' --list-formats x
Download Media
- Change
x
to a URL bestaudio
can be changed tobestvideo
for just video, orbest
for best video with audio
'/tmp/yt-dlp' --extract-audio --format 'bestaudio' x
M4A Audio
- Ideally for if iOS devices will be involved
'/tmp/yt-dlp' --extract-audio --format 'bestaudio' --audio-format 'm4a' x
MP3 Audio
'/tmp/yt-dlp' --extract-audio --format 'bestaudio' --audio-format 'mp3' x
C:/www/wiki/data/attic/programs/linux/yt-dlp.1723600064.txt.gz · Last modified: by Sean Rhone