@yeci226/nhentai-ts
Version:
A scraper for NHentai with types
12 lines (11 loc) • 393 B
TypeScript
export declare const sites: readonly ["nhentai.to", "nhentai.net", "nhentai.website"];
export declare const baseURLS: {
readonly to: "https://nhentai.to";
readonly net: "https://nhentai.net";
readonly website: "https://nhentai.website";
};
export declare const imageSites: {
readonly to: "cdn.dogehls.xyz";
readonly net: RegExp;
readonly website: "cdn.dogehls.xyz";
};