summaryrefslogtreecommitdiff
path: root/app/scrapers/index.ts
diff options
context:
space:
mode:
authoryyamashita <yyamashita@mosquit.one>2026-05-14 23:07:34 +0900
committeryyamashita <yyamashita@mosquit.one>2026-05-14 23:07:34 +0900
commit4c39c1b30a206d9c87c8f65581e93ee3c84328ad (patch)
treebda599028bf8b45deedb33c4b418c80a1abda248 /app/scrapers/index.ts
parentb56e79b5b288b7c9e2fef396b303afc32c9baf5d (diff)
Add 東高円寺二万電圧 (den-atsu) scraper
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'app/scrapers/index.ts')
-rw-r--r--app/scrapers/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/scrapers/index.ts b/app/scrapers/index.ts
index e812626..d765248 100644
--- a/app/scrapers/index.ts
+++ b/app/scrapers/index.ts
@@ -21,6 +21,7 @@ import { scraper as pitbarNishiogikubo } from "./pitbar-nishiogikubo";
import { scraper as naveyFloor } from "./navey-floor";
import { scraper as shimokitazawaEra } from "./shimokitazawa-era";
import { scraper as duoMusicExchange } from "./duo-music-exchange";
+import { scraper as denAtsu } from "./den-atsu";
export const ALL_SCRAPERS: Scraper[] = [
liquidRoom,
@@ -41,6 +42,7 @@ export const ALL_SCRAPERS: Scraper[] = [
naveyFloor,
shimokitazawaEra,
duoMusicExchange,
+ denAtsu,
];
export type { Scraper } from "./base";