summaryrefslogtreecommitdiff
path: root/app/scrapers/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/scrapers/index.ts')
-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 fa0df9b..21e6847 100644
--- a/app/scrapers/index.ts
+++ b/app/scrapers/index.ts
@@ -23,6 +23,8 @@ import { scraper as shimokitazawaEra } from "./shimokitazawa-era";
import { scraper as duoMusicExchange } from "./duo-music-exchange";
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";
export const ALL_SCRAPERS: Scraper[] = [
liquidRoom,
@@ -45,6 +47,8 @@ export const ALL_SCRAPERS: Scraper[] = [
duoMusicExchange,
denAtsu,
buzzfrontYokohama,
+ ripsHachioji,
+ matchvoxHachioji,
];
export type { Scraper } from "./base";