yt-dlp
CLIDownload videos and audio from YouTube and 1000+ other sites.
Download best quality video~94% est.
yt-dlp -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]' URL+1 more matching recipemedia3 recipes
wget
CLINetwork downloader supporting HTTP, HTTPS, and FTP.
Download a file~98% est.
wget https://example.com/file.tar.gz+1 more matching recipenetworking3 recipes
curl
CLITransfer data from or to a server using various protocols.
Download a file~98% est.
curl -L -o output.zip https://example.com/file.zipnetworking8 recipes · 7 verified
openssl
CLIGenerate random secrets, encode/decode base64, and hash files. Preinstalled on macOS and Linux.
security5 recipes · 5 verified