A desktop application for downloading videos from Uqload. The application allows you to download videos simultaneously.
- Python 3.9 or Higher.
- PyQt5.
NOTE: the portable and setup version have been tested only on Windows 10
- Clone the repository:
git clone https://github.com/JoelFH23/uqload-downloader-gui
cd uqload-downloader-gui
- Install the package:
python -m pip install .
Alternatively, you can install it in development mode to easily make changes:
python -m pip install -e .
- Now you can run uqload-dl-gui in the console
uqload-dl-gui
NOTE: if you get the error “FileNotFoundError: [Errno 2] No such file or directory” try reinstalling the package.
Use the GitHub issue tracker to submit bug reports.