From d5e975b601e70adf901c8e1eb7e61f0388941195 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Thu, 7 May 2026 19:27:50 +0900 Subject: Add 5 new venue scrapers; extract artist info for WARP, shibuya-o, MOON STEP, mod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New scrapers: Fever 下北沢, Nine Spices 下北沢, 西荻窪 JAM, mod 柴崎, 中野 MOON STEP Artist extraction added/fixed: - warp-kichijoji: parse div.w-flyer (clone + remove nested notes-wrapper) - shibuya-o: rewrite to scrape each sub-venue; artist from li.p-scheduled-card__artist-item - moon-step-nakano: parse 出演 section from WordPress API description HTML - mod-shibasaki: fetch individual event pages in parallel; handle live:/出演:/・ bullet formats Co-Authored-By: Claude Sonnet 4.6 --- app/scrapers/mod-shibasaki.ts | 124 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 app/scrapers/mod-shibasaki.ts (limited to 'app/scrapers/mod-shibasaki.ts') diff --git a/app/scrapers/mod-shibasaki.ts b/app/scrapers/mod-shibasaki.ts new file mode 100644 index 0000000..0e2a96b --- /dev/null +++ b/app/scrapers/mod-shibasaki.ts @@ -0,0 +1,124 @@ +/** + * shibasaki mod (調布市柴崎) — https://shibasakimod.com/schedule + * + * Squarespace イベントリスト。静的 HTML として配信される。 + * 一覧ページに出演者情報はないため、各イベントの詳細ページを並列取得する。 + * DOM 構造 (一覧): + *
+ *