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
xto a URL 
'/tmp/yt-dlp' --list-formats x
Download Media
- Change
xto a URL bestaudiocan be changed tobestvideofor just video, orbestfor 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
/usr/local/www/wiki/data/attic/programs/linux/yt-dlp.1723600064.txt.gz · Last modified:  by Sean Rhone
                
                