Skip to content
/ qpdown Public

a simple m3u8 playlist downloader written in python

License

Notifications You must be signed in to change notification settings

q16q/qpdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qpDown

qpDown is a simple m3u8 playlist downloader written in python

requirements

installation

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

notes

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

usage

from pypi:

qpdown -i ... -o ...

from source:

python main.py -i ... -o ...

building

requirements:

  • all packages in the requirements.txt file
  • pyinstaller
python -m pyinstaller main.py --onefile

contact

email: [email protected]