diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-05-19 22:25:18 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-05-19 22:25:18 +0900 |
| commit | 23afa26eeedf271081b4f369893f785b41d2fa0a (patch) | |
| tree | 355f375aec213d535b0d07dc8362e4ddc5feb3d0 /app/scrapers/index.ts | |
| parent | fd4ea38bd52a8aa8a31dbb3fd9c7fdfe5d960ec4 (diff) | |
Add RIPS 八王子 and MatchVox 八王子 scrapers
Both venues are RinkyDink-affiliated live houses in Hachioji.
WordPress + My Calendar plugin; parses mc-list HTML for date, title,
artist, OPEN/START times, and price across 3 months.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'app/scrapers/index.ts')
| -rw-r--r-- | app/scrapers/index.ts | 4 |
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"; |
