采用代理(http、socks)模式突破单IP的10次访问限制 http://0x33e.github.io/porndl/
Getting Start
Prerequisites
Install via pip
$ git clone git@github.com:iliul/porndl.git
$ cd porndl
$ pip install -r requirements.txt
Set a http proxy
$ python porndl.py -x 122.227.199.178:9999 VIDEO-URL
Set a socks proxy
$ python porndl.py -s 192.168.8.125:1080 VIDEO-URL
Auto-set proxy
$ python porndl.py -a VIDEO-URL
Example
(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
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.
TODO
- support auto choice an chinese proxy
- support http proxy
- support socks proxy
- support download progress bar
- support more sites
References
- you-get -- https://github.com/soimort/you-get
- proxy module -- https://github.com/soimort/you-get/pull/1063
from https://github.com/0x33e/porndl
--------
91porn 视频下载工具-91porn
突破每天看10个视频限制
- 请检测python 版本,python -V ,版本>=3.0Python 3.4.6
- git clone https://github.com/depfish/91porn.git
- 安装依赖 pip3 install -r requirements.txt
- 执行 python start.py 即可以进行下载
下载完成后保存在 91videos 目录
代理设置:
[proxy]
#enable=0 关闭代理,enable=1打开代理
enable= 0
#使用http代理
http_proxy =
#使用socks5代理,如127.0.0.1:9137
socks5 = 127.0.0.1:9137
from https://github.com/depfish/91porn