Welcome to MediaMagic Downloader! 🎉 This powerful command-line tool allows you to effortlessly download videos, audio, and thumbnails from platforms like YouTube, TikTok, Instagram, Spotify, Terabox, and more! Whether you want to grab videos in HD, download audio-only tracks, or simply fetch a thumbnail, MediaMagic has got you covered. 🌟
- 📥 Multi-Platform Support: Download videos, audio, and thumbnails from platforms like YouTube, TikTok, Instagram, Terabox, and Spotify.
- 🎬 Video & Audio Downloading: Fetch videos in multiple resolutions (e.g., 720p, 1080p) or download audio in your preferred format (MP3, AAC, etc.).
- 🔍 Fetch Media Info: View details such as video title, duration, and quality before downloading.
- 💾 File Management: Download, track, and organize your media with ease. Specify output directories and avoid storage clutter.
git clone https://github.com/yourusername/MediaMagic-Downloader.git
cd MediaMagic-Downloader
python3 -m venv venv
venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
This will install essential libraries such as:
yt-dlp
: A powerful video downloader.ffmpeg
: A multimedia framework for video/audio processing.requests
: For handling HTTP requests.termcolor
: For adding color to the terminal output.
Download FFmpeg from FFmpeg.org and add it to your PATH.
Install using your package manager:
sudo apt install ffmpeg
python mediamagic
Once the tool is installed, you can use the following commands to start downloading media:
python mediamagic [OPTIONS]
- Download Media
To download media (video, audio, thumbnail) from a URL:
python mediamagic -u https://example.com -d -o /path/to/save
-u
: URL of the media to download.-d
: Start the download process.-o
: Specify the output directory.
- Fetch Media Information
To get media details without downloading:
python mediamagic -u https://example.com --info
--info
: Displays media information without initiating the download.
- Show Supported Platforms
To list all supported platforms (YouTube, TikTok, etc.):
python mediamagic --platforms
- Show Current Version
To display the current version of MediaMagic Downloader:
python mediamagic --version
This project is licensed under the MIT License - see the LICENSE file for details. 📜