Downloading YouTube Videos
Last updated
Last updated
I prefer using , which is a cross-platform GUI application built on top of yt-dlp, an open source project well known for allowing video and audio archiving.
Because Stacher7 is built on top of yt-dlp and ffmpeg packages, you may be prompted to install those command line packages.
Ensure there's a check mark in the top right.
Paste a URL into the field
Click "Best Av" or whatever button is next to the download button
Select the desired format
Click the download button! Wait a bit, and you'll have your file.
Here's two quick commands to get you started:
Download the best mp4 video available, or the best video if no mp4 available:
Download the best audio file available, regardless of file format:
If there isn't a check, click on the bubble telling you to install yt-dlp, ffmpeg, or both. Follow the on-screen instructions. If you get errors downloading them from this menu, you can always check out .
If you prefer to use Terminal, you can download and
I use macOS, so I installed yt-dlp using the . It's also available for package managers on other operating systems (e.g. Chocolatey and apt). You can also use a direct download if you'd prefer to not use a package manager (idk why you would tho).
If you're using this method, I assume you can read the documentation and have used a command line utility before.