UNPKG

@rexxhayanasi/nhentai

Version:

A scraper for NHentai with types

13 lines (12 loc) 356 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.imageSites = exports.baseURLS = exports.sites = void 0; exports.sites = ['nhentai.to', 'nhentai.net']; exports.baseURLS = { to: 'https://nhentai.to', net: 'https://nhentai.net' }; exports.imageSites = { to: 'cdn.dogehls.xyz', net: /t[357].nhentai.net/ };