From 23afa26eeedf271081b4f369893f785b41d2fa0a Mon Sep 17 00:00:00 2001 From: yyamashita Date: Tue, 19 May 2026 22:25:18 +0900 Subject: =?UTF-8?q?Add=20RIPS=20=E5=85=AB=E7=8E=8B=E5=AD=90=20and=20MatchV?= =?UTF-8?q?ox=20=E5=85=AB=E7=8E=8B=E5=AD=90=20scrapers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 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"; -- cgit v1.2.3