From 5c317d8a75cd398719b1e14d50ac95ecf5dafd02 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Thu, 7 May 2026 22:33:16 +0900 Subject: Add F.A.D YOKOHAMA scraper Co-Authored-By: Claude Sonnet 4.6 --- app/scrapers/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/scrapers/index.ts') diff --git a/app/scrapers/index.ts b/app/scrapers/index.ts index 2d7f1d1..0f17469 100644 --- a/app/scrapers/index.ts +++ b/app/scrapers/index.ts @@ -15,6 +15,7 @@ import { scraper as nishieifukuJam } from "./nishieifuku-jam"; import { scraper as feverShindaita } from "./fever-shindaita"; import { scraper as moonStepNakano } from "./moon-step-nakano"; import { scraper as modShibasaki } from "./mod-shibasaki"; +import { scraper as fadYokohama } from "./fad-yokohama"; export const ALL_SCRAPERS: Scraper[] = [ liquidRoom, @@ -29,6 +30,7 @@ export const ALL_SCRAPERS: Scraper[] = [ feverShindaita, moonStepNakano, modShibasaki, + fadYokohama, ]; export type { Scraper } from "./base"; -- cgit v1.2.3