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

What url does it download from? #9

Closed silembir closed 3 years ago

silembir commented 3 years ago

Hello,

I am trying to use this script with Download Router for Chrome where based on the domain, it puts the downloaded ZIP in a specific folder. I am using the domain nhentai.net right now but that's not working so I don't think that is the domain that this script downloads from. Any help would be appreciated. Thanks!

Tsuk1ko commented 3 years ago

ZIP will be download from a blob URL like blob:https://nhentai.net/xxxxx. It is created by URL.createObjectURL().

silembir commented 3 years ago

Thanks for the quick response!