Porndl is a tiny command-line utility to download videos from the 91porn site(:underage:).
$ git clone git@github.com:iliul/porndl.git
$ cd porndl
$ pip install -r requirements.txt
$ python porndl.py -x 122.227.199.178:9999 VIDEO-URL
$ python porndl.py -s 192.168.8.125:1080 VIDEO-URL
$ python porndl.py -a VIDEO-URL
(py3k) root@Ubuntu Server:~/code/porndl# python porndl.py http://email.91dizhi.at.gmail.com.9h4.space/view_video.php?viewkey=10dbdc2e848c104e5f3c
【Stairway-to-the-neighbor-stripped-fuck-Squirt-retransmission】 下载完成 42400.02 KB / 42400.02 KB
Usage: porndl [OPTION]... [URL]...
Startup options:
-V | --version Print version and exit.
-h | --help Print help and exit.
Download options:
-o | --output-dir <PATH> Set output directory.
-a | --auto-proxy Auto choice an Chinese HTTP proxy.
-c | --cookies <COOKIES_FILE> Load cookies.txt or cookies.sqlite.
-x | --http-proxy <HOST:PORT> Use an HTTP proxy for downloading.
-s | --socks-proxy <HOST:PORT> Use an SOCKS proxy for downloading.
-d | --debug Show traceback and other debug info.
- support auto choice an chinese proxy
- support http proxy
- support socks proxy
- support download progress bar
- support more sites
- you-get -- https://github.com/soimort/you-get
- proxy module -- soimort/you-get#1063