Repositories (2)
CatPic
3 snippets stored for this repo
required bool onlyHost,
required CancelToken cancelToken,
}) async {
if (host.contains('e-hentai.org') || host.contains('exhentai.org'))
return WebsiteType.EHENTAI;
final websiteList = <int>[
leading: SvgPicture.asset(
'assets/svg/hentai.svg',
color:
'yande.re': '198.98.54.92',
'files.yande.re': '198.98.54.92',
'assets.yande.re': '198.98.54.92',
'e-hentai.org': '104.20.134.21',
'exhentai.org': '178.175.129.252',
'gelbooru.com': '67.202.114.141',
};
EhentaiSpider
1 snippets stored for this repo
static const SITE_EX = 1;
static const DOMAIN_EX = 'exhentai.org';
static const DOMAIN_E = 'e-hentai.org';
static const DOMAIN_LOFI = 'lofi.e-hentai.org';
static const HOST_EX = 'https://' + DOMAIN_EX + '/';