From 44f9ef0d9caa0d9cce06635f6c0c7e045fef2796 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Fri, 3 Jul 2026 10:23:41 +0900 Subject: =?UTF-8?q?Add=20scrapers=20for=20=E6=96=B0=E5=AE=BFMARZ=20and=20?= =?UTF-8?q?=E6=9D=B1=E9=AB=98=E5=86=86=E5=AF=BAU.F.O.CLUB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/scrapers/index.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/scrapers/index.ts') diff --git a/app/scrapers/index.ts b/app/scrapers/index.ts index 21e6847..79e8125 100644 --- a/app/scrapers/index.ts +++ b/app/scrapers/index.ts @@ -25,6 +25,8 @@ import { scraper as denAtsu } from "./den-atsu"; import { scraper as buzzfrontYokohama } from "./buzzfront-yokohama"; import { scraper as ripsHachioji } from "./rips-hachioji"; import { scraper as matchvoxHachioji } from "./matchvox-hachioji"; +import { scraper as marzShinjuku } from "./marz-shinjuku"; +import { scraper as ufoclubHigashikoenji } from "./ufoclub-higashikoenji"; export const ALL_SCRAPERS: Scraper[] = [ liquidRoom, @@ -49,6 +51,8 @@ export const ALL_SCRAPERS: Scraper[] = [ buzzfrontYokohama, ripsHachioji, matchvoxHachioji, + marzShinjuku, + ufoclubHigashikoenji, ]; export type { Scraper } from "./base"; -- cgit v1.2.3