manga-download / haruneko

Prototype of HakuNeko based on NW.js + TypeScript
https://haruneko-docs.pages.dev
99 stars 29 forks source link

Add ScanVFOrg #628

Closed MikeZeDev closed 2 weeks ago

MikeZeDev commented 1 month ago

https://github.com/manga-download/hakuneko/issues/7119

Thats a bit ugly.

1) There is one html page per chapter page. Nothing unusual but 2) the "chapters" are Volumes. Meaning, to gather a list of pages for a "chapter", we have to perform more than 100 requests. 3) And then, the same number or request to fetch the images ofc.

Blame the website awful coding i guess. I wonder if using a pool would be adapted.