Table of Content
General
HakuNeko provides parsers to access mangas from some selected websites.
Include the module:
// [optional] use a logtrine logger in case for debug outputconst FileLogger = ;const KissManga MangaGo = ; var logger = './hakuneko.log' ConsoleLoggerLEVELAll;var kissmanga = logger;var mangago = logger;
Basic data structure for manga(s):
Basic data structure for chapter(s):
KissManga
Get Mangas
NOTE: Website will ban your IP when using this module, only use it if you have dynamic IP!
Function to parse mangas from the website. The manga list is scattered over multiple website pages, where each page contains roughly 50 mangas.
- Parameter is optional, the start page (website) that should be used [default=1].
- Parameter is optional, the end page (website) that should be used [default=autodetect].
const KissManga = ;var scraper = ;scraper
MangaGo
Get Mangas
NOTE: Website will ban your IP when using this module, only use it if you have dynamic IP!
Function to parse mangas from the website. The manga list is scattered over multiple website pages, where each page contains roughly 44 mangas.
- Parameter is optional, the start page (website) that should be used [default=1].
- Parameter is optional, the end page (website) that should be used [default=autodetect].
const MangaGo = ;var scraper = ;scraper