-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Hey there! Welcome to the Ultimate Media Downloader (UMD) Wiki! If you've ever wanted to save a YouTube video for offline studying, grab your favorite Spotify playlist for that long bus ride, or download TikToks to share with friendsβyou're in the right place!
Think of UMD as your one-stop shop for downloading media from the internet. Instead of using 10 different sketchy websites with a million ads, you just type one command in your terminal:
umd "paste-any-url-here"That's literally it. YouTube video? [Y] Spotify song? [Y] Instagram Reel? [Y] TikTok? [Y] Apple Music Songs [Y]
It supports 100+ websites. Yes, you read that rightβover a hundred!
| What You Get | What It Means |
|---|---|
| One Command | Just type umd and you're good to go |
| 100+ Platforms | YouTube, Spotify, Instagram, TikTok, SoundCloud, Apple Music, and way more |
| HD Quality | Downloads up to 4K/8K video and 320kbps audio |
| Auto-Organized | All your downloads go to one neat folder |
| Works Everywhere | Mac, Windows, Linuxβwe got you |
| Totally Free | Open source, no hidden costs, no premium BS |
Most computers already have it. Check by opening Terminal (Mac/Linux) or Command Prompt (Windows):
python3 --versionNeed Python? Grab it here: python.org/downloads
Copy-paste these commands:
Mac/Linux:
git clone https://github.com/NK2552003/ULTIMATE-MEDIA-DOWNLOADER.git
cd ULTIMATE-MEDIA-DOWNLOADER
./scripts/install.shWindows:
git clone https://github.com/NK2552003/ULTIMATE-MEDIA-DOWNLOADER.git
cd ULTIMATE-MEDIA-DOWNLOADER
.\scripts\install.bat# Download a YouTube video
umd "https://youtube.com/watch?v=dQw4w9WgXcQ"
# Download just the audio (perfect for music!)
umd "https://youtube.com/watch?v=dQw4w9WgXcQ" --audio-only
# Download a whole playlist
umd "https://youtube.com/playlist?list=PLxxxxxxxx"Pro tip: Just run umd with no arguments for an interactive menu if you don't want to memorize commands!
# Download a Spotify song (searches YouTube automatically)
umd "https://open.spotify.com/track/xxx"
# Download as MP3 with album art and metadata
umd "URL" --audio-only --format mp3 --embed-metadata --embed-thumbnail# Download in 1080p
umd "URL" --quality 1080p
# Download in the best quality possible
umd "URL" --quality best
# Just see what formats are available
umd "URL" --show-formats# Instagram posts/reels
umd "https://instagram.com/reel/xxx"
# TikTok videos
umd "https://tiktok.com/@user/video/xxx"
# Twitter/X videos
umd "https://twitter.com/user/status/xxx"umd
# Then just follow the prompts!Everything gets saved to:
~/Downloads/UltimateDownloader/
Files are organized nicely:
UltimateDownloader/
βββ Song Artist - Song Name.mp3
βββ Cool Video Title.mp4
βββ Playlist Name/
β βββ Track 1.mp3
β βββ Track 2.mp3
β βββ Track 3.mp3
βββ ...
Want a different folder? Use --output:
umd "URL" --output ~/Desktop/MyMusicLook, I am not your parent, but here's the deal:
- DO download stuff you have the right to (your own content, Creative Commons, etc.)
- DO use this for offline viewing of things you've purchased/have access to
- DO use this for educational purposes
- DON'T pirate copyrighted content
- DON'T redistribute downloaded content illegally
This tool is for personal and educational use. Be cool, don't break laws, and respect content creators!
- Got a bug? Open an issue
- Have a feature idea? Start a discussion
- Want to contribute? Check out our Contributing Guide
If UMD saved you time or made your life easier, consider:
- Starring the repo - It helps others find us!
- Reporting bugs - Help us squash 'em
- Contributing code - PRs are welcome!
- Telling your friends - Sharing is caring
UMD stands on the shoulders of giants:
- yt-dlp - The powerhouse behind media extraction
- Rich - Makes the terminal look pretty
- FFmpeg - Handles all the audio/video magic
- SpotDL - Spotify integration
Made with β€οΈ by NK2552003
Now go download something cool!