A sleek personal video downloader with a modern dark UI. VoidGrab lets you easily download YouTube videos in MP4 format with a clean, space-themed interface.
- MP4 Video Downloads: High-quality video files
- Simple One-Click: No format confusion - just MP4 videos
- Custom Output: Choose download location
- Fast Downloads: Optimized for quick video retrieval
- Simple Interface: Just paste URL and download
- Auto Dependencies: Installs yt-dlp automatically
- Windows 10/11 (64-bit recommended)
- Python 3.7+ (for development only)
- Internet Connection (for downloads and dependency installation)
- No FFmpeg required - simplified MP4-only downloads
- Download
VoidGrab.exefrom releases - Double-click to run
- Paste a YouTube URL and download!
# Clone the repository
git clone https://github.com/itsjustadarsh/VoidGrab
cd voidgrab
# Install dependencies
pip install -r requirements.txt
# Run the app
python youtube_downloader.pyCreate your own executable:
# Install dependencies
pip install -r requirements.txt
# Build the app
python build.pyYour VoidGrab.exe will be in the dist/ folder!
voidgrab/
├── youtube_downloader.py # Main app
├── build.py # Build script
├── version_info.py # App metadata
├── requirements.txt # Dependencies
├── README.md # This file
├── LICENSE # License
├── .gitignore # Git ignore rules
├── output/ # Downloads (auto-created)
└── dist/ # Built executable
- Launch VoidGrab
- Paste a YouTube URL
- Click Download MP4
- Wait for it to finish!
Simple as that - no format selection needed!
- yt-dlp not found: App will auto-install it
- Download failed: Check your URL and internet connection
- Permission error: Try a different output folder
- Video unavailable: Some videos may be region-locked or private
This is a personal project, but feel free to:
- Report bugs
- Suggest features
- Submit pull requests
- Fork for your own use
Personal project for YouTube downloading
For personal use only. Respect copyright laws and YouTube's ToS.