RicterZ / nhentai

nhentai doujinshi downloader
http://nhentai.net
MIT License
837 stars 115 forks source link

防重复下载 #19

Closed t0m1sacat closed 6 years ago

t0m1sacat commented 6 years ago

能否增加一个检测机制,如果图片已经存在则不再下载

RicterZ commented 6 years ago

可以

t0m1sacat commented 6 years ago

简单扫了一眼大佬的代码,发现是去解析html然后再下载的,其中部分解析规则可能有BUG,会导致图片格式拼接错误。 大佬可以参考以下API https://nhentai.net/api/galleries/search?query=naruto&page=2 https://nhentai.net/api/galleries/all?page=3 https://nhentai.net/api/galleries/tagged?tag_id=123&page=2 https://nhentai.net/api/gallery/123

RicterZ commented 6 years ago

nhentai出api了呀,我当时写的时候还没pi。。 那我这个抽时间重构下好了。。

冯泽雁 notifications@github.com 于 2018年4月18日周三 18:18写道:

简单扫了一眼大佬的代码,发现是去解析html然后再下载的,其中部分解析规则可能有BUG,会导致图片格式拼接错误。 大佬可以参考以下API https://nhentai.net/api/galleries/search?query=naruto&page=2 https://nhentai.net/api/galleries/all?page=3 https://nhentai.net/api/galleries/tagged?tag_id=123&page=2 https://nhentai.net/api/gallery/123

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/RicterZ/nhentai/issues/19#issuecomment-382338861, or mute the thread https://github.com/notifications/unsubscribe-auth/AFCbx4y69c9K3NjtWkzlQ-GuY5K-pzdMks5tpxMDgaJpZM4TV0Pr .

-- Ricter Z

RicterZ commented 6 years ago

修复好了~

t0m1sacat commented 6 years ago

啊,多谢多谢。 菊苣方便分享下反代的配置或者教程吗? 我在搬瓦工上搞了个反代一直报错。。尝试了几天没有解决

RicterZ commented 6 years ago

https://static.ricterz.me/nhentai 这是 nginx 配置文件。