summaryrefslogtreecommitdiff
path: root/app/scrapers
diff options
context:
space:
mode:
authoryyamashita <yyamashita@mosquit.one>2026-05-08 00:15:47 +0900
committeryyamashita <yyamashita@mosquit.one>2026-05-08 00:15:47 +0900
commit54f3a55b46826ff5fff22a81d6a4abf764e72e65 (patch)
tree2e003f529a8920ae987c243c7b810e451712b54d /app/scrapers
parent0d644012861798f37e041009fc818c9c9ab9352d (diff)
Register warp-kichijoji and pitbar-nishiogikubo scrapers in ALL_SCRAPERS
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'app/scrapers')
-rw-r--r--app/scrapers/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/scrapers/index.ts b/app/scrapers/index.ts
index 0f17469..4ecb2a8 100644
--- a/app/scrapers/index.ts
+++ b/app/scrapers/index.ts
@@ -16,6 +16,8 @@ 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";
+import { scraper as warpKichijoji } from "./warp-kichijoji";
+import { scraper as pitbarNishiogikubo } from "./pitbar-nishiogikubo";
export const ALL_SCRAPERS: Scraper[] = [
liquidRoom,
@@ -31,6 +33,8 @@ export const ALL_SCRAPERS: Scraper[] = [
moonStepNakano,
modShibasaki,
fadYokohama,
+ warpKichijoji,
+ pitbarNishiogikubo,
];
export type { Scraper } from "./base";