@yeci226/nhentai-ts
Version:
A scraper for NHentai with types
14 lines (11 loc) • 360 B
text/typescript
export const sites = ['nhentai.to', 'nhentai.net', 'nhentai.website'] as const
export const baseURLS = {
to: 'https://nhentai.to',
net: 'https://nhentai.net',
website: 'https://nhentai.website'
} as const
export const imageSites = {
to: 'cdn.dogehls.xyz',
net: /t[357].nhentai.net/,
website: 'cdn.dogehls.xyz'
} as const