-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
This page lists common issues and their solutions.
QIFY Downloader displays:
FFmpeg Not Found
- Download FFmpeg from:
https://ffmpeg.org/download.html
-
Install FFmpeg.
-
Either:
- Add the bin folder to your Windows PATH
or
- Copy it to:
C:\ffmpeg\bin
- Restart QIFY Downloader.
Verify installation:
ffmpeg -version- Invalid URL
- Internet connection issue
- Video removed or unavailable
- Website temporarily unavailable
- Check your internet connection.
- Verify the URL.
- Try again after a few minutes.
- Update yt-dlp:
pip install -U yt-dlpExample:
ModuleNotFoundError
Install the required dependencies:
pip install -r requirements.txtWindows Smart App Control or Microsoft Defender warns about the application.
QIFY Downloader is currently not digitally signed.
This is common for new open-source applications from independent developers.
Download the application only from the official GitHub repository or build it yourself from the source code.
- Python is installed (when running from source)
- FFmpeg is installed
- Required Python packages are installed
- Windows Defender has not blocked the application
Download speed depends on:
- Your internet connection
- The source website
- Server availability
QIFY Downloader cannot increase the maximum speed provided by the source.
This usually means FFmpeg is missing.
Verify:
ffmpeg -versionInstall FFmpeg if necessary.
Make sure FFmpeg is installed correctly.
Video and audio streams are merged using FFmpeg.
Install PyInstaller:
pip install pyinstallerBuild using:
pyinstaller --onefile --windowed --icon=assets/qify.ico --name QIFY-Downloader main.pyIf your issue is not listed here, please open a GitHub Issue.
Repository:
https://github.com/deep-mistry10/QIFY-Downloader
Issues: