A simple, sleek GUI application for downloading videos from YouTube and other platforms.
View App Tutorial »
Download Release
·
Report Bug
·
Request Feature
Table of Contents
GIMME VIDEO is designed to make downloading media from YouTube and other supported platforms as effortless as possible. Whether you need a full-quality video, a lightweight audio track, or both, this tool provides a seamless visual experience. Say goodbye to complex command-line arguments!
Key Features:
- Easy-to-use graphical interface
- Granular quality and resolution selection
- Audio-only, video-only, or muxed (both) download options
- Live download progress with exact speed and accurate ETAs
- Animated status indicators so you always know what's happening
(top)
(top)
You can either download the ready-to-use release immediately, or set up the project locally to run from the source code.
If you are setting up the developer environment:
- Clone the repository
git clone [https://github.com/ASusN1/ExtractorV2.git](https://github.com/ASusN1/ExtractorV2.git)
- Navigate into the directory
cd ExtractorV2 - Install the required Python packages
pip install yt-dlp Pillow
- Important: Ensure you have
ffmpeginstalled on your system and added to your system's PATH variable for audio/video merging.
(top)
To launch the graphical interface from the source code, run:
python Main.pySteps to download a video:
- Paste your desired video URL into the application.
- Choose your save location (destination folder).
- Click "Get Video Info" to populate quality options and resolutions (Optional but recommended).
- Select your download type (Audio / Video / Both).
- Click "Download Video" and let the app do the rest!
(top)
Need visual help? Check out our official video guides:
(top)