A simple and intuitive tool for downloading YouTube videos and extracting audio with a user-friendly graphical interface.
- Download the latest version of
InkDownloader.exe
from the Releases section - Double-click the executable to launch the application
- That's it! No additional installation required
- 🎥 Download YouTube videos in quality up to 4K
- 🎵 Extract audio in MP3 or M4A format
- 📊 Real-time progress bar
- 🔄 Simultaneous downloads
- 📝 Detailed download logs
- 💾 Automatic file organization
- 🎯 Intuitive interface in English and French
- 📥 Automatic FFmpeg installation
- 🔄 Automatic updates
- 🎨 Modern UI with improved design
- 🚀 Enhanced error handling
- 🌍 Better localization support
- 🛠️ Advanced playlist support
-
Getting Started
- Launch InkDownloader
- Paste the YouTube URL in the provided field
-
Configuration
- Output Format: Choose between
- Video: MP4, MKV, WEBM
- Audio: MP3, M4A
- Quality: Select desired resolution (up to 4K if available)
- Destination folder: Default is "Videos", can be modified in settings
- Output Format: Choose between
-
Download
- Click "Download"
- Track progress in real-time
- A notification appears when download is complete
- Python 3.7+
- FFmpeg
- Git (optional)
-
Clone or download the repository:
git clone https://github.com/tomcdev63/InkDownloader.git cd InkDownloader
-
Install Python dependencies:
pip install -r requirements.txt
-
Install FFmpeg:
- Via Chocolatey:
choco install ffmpeg
- Via Scoop:
scoop install ffmpeg
- Or download manually from FFmpeg Builds
- Via Chocolatey:
-
Launch the application:
python app.py
-
"FFmpeg not found" Message
- Verify FFmpeg is installed
- Add FFmpeg to PATH environment variables
- Restart the application
-
Download Failure
- Check your Internet connection
- Make sure the video is available
- Update yt-dlp:
pip install --upgrade yt-dlp
-
Format Not Available
- Some videos may have quality restrictions
- Try a different format or quality
To keep the application up to date:
- Download the latest version from releases
- If using source:
pip install --upgrade yt-dlp
- Downloads are legal for personal use only
- Respect YouTube's copyright and terms of service
- Application requires an Internet connection
This project is distributed under the MIT license. See the LICENSE file for more details.
Contributions are welcome! Feel free to:
- Report bugs
- Suggest improvements
- Submit pull requests
Developed with ❤️ for the community