Repositories (2)

CatPic
3 snippets stored for this repo
Dart IconDart
required bool onlyHost,
  required CancelToken cancelToken,
}) async {
  if (host.contains('e-hentai.org') || host.contains('exhentai.org'))
    return WebsiteType.EHENTAI;

  final websiteList = <int>[
Dart IconDart
leading: SvgPicture.asset(
              'assets/svg/hentai.svg',
              color:
Dart IconDart
'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
Dart IconDart
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 + '/';