A powerful and flexible YouTube downloader that allows you to easily download videos and convert them to MP3 format.
- Downloads YouTube videos with option to convert to MP3 (default)
- Downloads videos in best quality when using --video flag
- Automatically saves files to Desktop/mp3 downloads folder
- Supports custom output directories and subfolders
- High-quality audio conversion (default: 320kbps)
- Progress bar with download speed and ETA
- Portable - can be used from anywhere
load [options] <YouTube URL>
-o
: Custom output directory (default: Desktop/mp3 downloads)-f
: Subfolder within the output directory-q
: Audio quality in kbps (default: 320k)-v
: Show detailed output--video
: Download video without converting to MP3
- Basic download (saves as MP3):
load https://www.youtube.com/watch?v=example
- Download video without MP3 conversion:
load --video https://www.youtube.com/watch?v=example
- Download to a specific subfolder:
load -f "my playlist" https://www.youtube.com/watch?v=example
- Download with custom quality:
load -q 192k https://www.youtube.com/watch?v=example