Tsuk1ko / nhentai-helper

🔞 A user script make it easy for you to download nHentai manga as zip (or cbz), also support some mirror sites. 一个可以让你轻松打包下载 nHentai 本子的用户脚本,并支持一些镜像站
https://greasyfork.org/scripts/375992
GNU General Public License v3.0
579 stars 45 forks source link

下载图片是怎么实现的? #20

Closed Minori-ty closed 2 years ago

Minori-ty commented 2 years ago

没看懂代码中的下载逻辑,是爬取详情页中的图片吗? 能否做到调用下载torrent?

Tsuk1ko commented 2 years ago

调用 nhentai 官方 API 拿到本子信息,之后可以直接去下载在线浏览的原图

理论上可以,有库能在 web 中下载 torrent,但是 torrent 太不稳定了,所以才有这个脚本

Minori-ty commented 2 years ago

调用 nhentai 官方 API 拿到本子信息,之后可以直接去下载在线浏览的原图

理论上可以,有库能在 web 中下载 torrent,但是 torrent 太不稳定了,所以才有这个脚本

也就是算是爬网页图吗?

Tsuk1ko commented 2 years ago

你觉得算那就算吧😂

Minori-ty commented 2 years ago

你觉得算那就算吧😂

好的

Minori-ty commented 2 years ago

你觉得算那就算吧😂

可以加个一键下载收藏页的所有作品到一个大zip的功能吗?

Tsuk1ko commented 2 years ago

没有这个打算

而且一次性压缩这么多页内存会炸的……

Minori-ty commented 2 years ago

没有这个打算

而且一次性压缩这么多页内存会炸的……

可以用prompt让用户输入下载的页数,这样做到批量下载的功能

Minori-ty commented 2 years ago

阿这,我尝试遍历所有的button,然后click,完成了一页下载。谢谢你,超人