X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=788115ac9adeaa2cf33d4e133efa68983433e801;hb=308c5277b839618cfd7b2ab52e45e50143e440de;hp=cdfa33c45f3f18acbf9824a9af51e8122866730d;hpb=ccd1b54cdcfa6e13c17099e1f3b1ad13f7032770;p=nhentai.git diff --git a/README.md b/README.md index cdfa33c..788115a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ nhentai |_| |_|_| |_|\___|_| |_|\__\__,_|_| あなたも変態。 いいね? +[![Build Status](https://travis-ci.org/RicterZ/nhentai.svg?branch=master)](https://travis-ci.org/RicterZ/nhentai) + +🎉🎉 nhentai 现在支持 Windows 啦! 由于 [http://nhentai.net](http://nhentai.net) 下载下来的种子速度很慢,而且官方也提供在线观看本子的功能,所以可以利用本脚本下载本子。 ### 安装 @@ -15,31 +18,44 @@ nhentai cd nhentai python setup.py install +### Gentoo + + layman -fa glicOne + sudo emerge net-misc/nhentai + ### 用法 -+ 下载指定 id 的本子: ++ 下载指定 id 列表的本子: - nhentai --id=123855 --download + nhentai --id=123855,123866 + ++ 下载某关键词第一页的本子(不推荐): -+ 下载指定 id 列表的本子: + nhentai --search="tomori" --page=1 --download - nhentai --ids=123855,123866 --download - -+ 下载某关键词第一页的本子(不推荐): +`-t, --thread`:指定下载的线程数,最多为 10 线程。 +`--path`:指定下载文件的输出路径,默认为当前目录。 +`--timeout`:指定下载图片的超时时间,默认为 30 秒。 +`--proxy`:指定下载的代理,例如: http://127.0.0.1:8080/ +### 自建 nhentai 镜像 +如果想用自建镜像下载 nhentai 的本子,需要搭建 nhentai.net 和 i.nhentai.net 的反向代理。 +例如用 h.loli.club 来做反向代理的话,需要 h.loli.club 反代 nhentai.net,i.h.loli.club 反带 i.nhentai.net。 +然后利用环境变量来下载: - nhentai --search="panda" --page=1 --download + NHENTAI=http://h.loli.club nhentai --id 123456 -`-t, --thread` 指定下载的线程数,最多为 10 线程。 -`--path` 指定下载文件的输出路径,默认为当前目录。 +![](./images/search.png) +![](./images/download.png) +![](./images/viewer.png) ### License MIT ### あなたも変態 -![](./image.jpg) \ No newline at end of file +![](./images/image.jpg)