qpDown is a simple m3u8 playlist downloader written in python
if you're not on a windows machine, you should create a virtual environment and enter it before installing the requirements
python -m pip install -r requirements.txt
Warning
to properly enable hwaccel on non-nvidia graphics card pc, please edit your ffmpeg hwaccel args on line 3 (main.py). you can google them for your os and gpu
from pypi:
qpdown -i ... -o ...
from source:
python main.py -i ... -o ...
requirements:
- all packages in the requirements.txt file
- pyinstaller
python -m pyinstaller main.py --onefile
email: [email protected]