diff --git a/public/index.php b/public/index.php index a54a208..0f66c8f 100644 --- a/public/index.php +++ b/public/index.php @@ -3,9 +3,9 @@ namespace Uiharu; require_once __DIR__ . '/../uiharu.php'; -$ctx->registerLookup(new \Uiharu\Lookup\EEPROMLookup('eeprom', 'eeprom.flashii.net', ['i.fii.moe', 'i.flashii.net'])); +$ctx->registerLookup(new \Uiharu\Lookup\EEPROMLookup('eeprom', 'flashii.net', ['i.fii.moe', 'i.flashii.net'])); if(UIH_DEBUG) - $ctx->registerLookup(new \Uiharu\Lookup\EEPROMLookup('devrom', 'eeprom.edgii.net', ['i.edgii.net'])); + $ctx->registerLookup(new \Uiharu\Lookup\EEPROMLookup('devrom', 'edgii.net', ['i.edgii.net'])); $ctx->registerLookup(new \Uiharu\Lookup\YouTubeLookup($cfg->scopeTo('google'))); $ctx->registerLookup(new \Uiharu\Lookup\NicoNicoLookup);