Read the author's instructions below to know how you can get help.
Supported
NABIL_BELLAALI's support instructions
INSTALLATION INSTRUCTIONS
1. Extract the ZIP file
2. Open terminal in the extracted folder
3. Make the app executable:
chmod +x youtube-downloader
4. Run the app:
./youtube-downloader
Or double-click the file from your file manager.
REQUIREMENTS
You need to install yt-dlp before using the app:
- Linux (Fedora):
sudo dnf install yt-dlp
- Linux (Ubuntu/Debian):
sudo apt install yt-dlp
- macOS:
brew install yt-dlp
- Windows:
pip install yt-dlp
For MP3 downloads, you also need FFmpeg:
- Linux: sudo dnf install ffmpeg
- macOS: brew install ffmpeg
- Windows: Download from ffmpeg.org
HOW TO USE
1. Open the app
2. Paste any YouTube URL
3. Select quality (360p to 4K)
4. Choose MP4 (video) or MP3 (audio)
5. Click Download button
6. Find your video in ~/Downloads/YouTube/
TROUBLESHOOTING
Q: App won't open?
A: Make sure you ran: chmod +x youtube-downloader
Q: Download fails?
A: Make sure yt-dlp is installed correctly