PxxxHub video downloader. A python learning project.
Go to file
Kirigaya Kazuto 60d38a3e8c
Create LICENSE
2019-03-12 10:17:38 +08:00
.gitignore add config setup 2019-03-02 11:33:41 +08:00
LICENSE Create LICENSE 2019-03-12 10:17:38 +08:00
README.md Create README.md 2019-03-12 10:16:58 +08:00
config.json.example add config example 2019-03-12 10:03:58 +08:00
main.py add config setup 2019-03-02 11:33:41 +08:00
mtdownloader.py use logging 2019-03-02 13:07:28 +08:00
phuburl.py Initial commit 2019-03-02 02:20:50 +08:00

README.md

PHDownloader

PornHub video downloader.

This project is a python3 learning project.

Usage

Command line:

python main.py

If no config.json detected, an interactive config setup will help you creating it. You can also copy config.json.example as config.json.

When Please input URL: pops up, input the url of video page. Press enter and it will start downloading.

Planned features

  • Multi-Threading download

  • Download queue

  • Better UI (probably based on Web)