diff options
| author | yyamashita <yyamashita@mosquit.one> | 2026-05-07 22:33:16 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@mosquit.one> | 2026-05-07 22:33:16 +0900 |
| commit | 5c317d8a75cd398719b1e14d50ac95ecf5dafd02 (patch) | |
| tree | 6f494a4ddd3d93034a095c528353d108ea6ae951 /app/scrapers/index.ts | |
| parent | fc5e9630ddff9c1864c7027e2c14d71b4f789e0a (diff) | |
Add F.A.D YOKOHAMA scraper
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'app/scrapers/index.ts')
| -rw-r--r-- | app/scrapers/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |
