<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tokyo-livehouse-events/app/scrapers/pitbar-nishiogikubo.ts, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.yyamashita.com/tokyo-livehouse-events/'/>
<entry>
<title>Add capacity filter for live houses (~100 / 100~300 / 300~)</title>
<updated>2026-05-07T18:50:45+00:00</updated>
<author>
<name>yyamashita</name>
<email>yyamashita@mosquit.one</email>
</author>
<published>2026-05-07T18:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yyamashita.com/tokyo-livehouse-events/commit/?id=ae6f6f7f74fd4df7704f963d2f1fdd1f3100668f'/>
<id>ae6f6f7f74fd4df7704f963d2f1fdd1f3100668f</id>
<content type='text'>
- Add capacity field to VenueMeta and all 17 scrapers (researched values)
- Add capacity column to venues table with auto-migration for existing DBs
- Add capacity_range filter to queryEvents (small/medium/large)
- Add capacity selector to FilterBar UI

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add capacity field to VenueMeta and all 17 scrapers (researched values)
- Add capacity column to venues table with auto-migration for existing DBs
- Add capacity_range filter to queryEvents (small/medium/large)
- Add capacity selector to FilterBar UI

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Playwright scraping for FLAT/Pitbar; web UI display-only</title>
<updated>2026-05-07T01:16:43+00:00</updated>
<author>
<name>yyamashita</name>
<email>yyamashita@mosquit.one</email>
</author>
<published>2026-05-07T01:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yyamashita.com/tokyo-livehouse-events/commit/?id=0cd5fb770ca9bd3f304d9556a4b33a4ad4f45e7e'/>
<id>0cd5fb770ca9bd3f304d9556a4b33a4ad4f45e7e</id>
<content type='text'>
- Install Playwright + Chromium; add shared browser singleton (playwright.server.ts)
- Rewrite flat-nishiogikubo scraper: Wix calendar via headless browser,
  month navigation via date picker, extracts .WPczEB/.ExCBIq selectors
- Rewrite pitbar-nishiogikubo scraper: freecalend.com via headless browser,
  parses cal-{member}-{year}-{month}-{day} cell IDs
- scraper-runner: close shared browser after each run with closeBrowser()
- Remove all scrape trigger buttons from web UI (events index, venues page);
  remove /api/scrape and /api/scrape-status from routes.ts

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Install Playwright + Chromium; add shared browser singleton (playwright.server.ts)
- Rewrite flat-nishiogikubo scraper: Wix calendar via headless browser,
  month navigation via date picker, extracts .WPczEB/.ExCBIq selectors
- Rewrite pitbar-nishiogikubo scraper: freecalend.com via headless browser,
  parses cal-{member}-{year}-{month}-{day} cell IDs
- scraper-runner: close shared browser after each run with closeBrowser()
- Remove all scrape trigger buttons from web UI (events index, venues page);
  remove /api/scrape and /api/scrape-status from routes.ts

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 4 new venue scrapers: Meets 大塚, WARP 吉祥寺, FLAT 西荻窪, Pitbar 西荻窪</title>
<updated>2026-05-06T13:20:00+00:00</updated>
<author>
<name>yyamashita</name>
<email>yyamashita@mosquit.one</email>
</author>
<published>2026-05-06T13:20:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yyamashita.com/tokyo-livehouse-events/commit/?id=f817604858891edb79e26459dae884b158774db1'/>
<id>f817604858891edb79e26459dae884b158774db1</id>
<content type='text'>
meets-otsuka: rinky.info プラットフォーム。div.blog-entry.event-wrap[event-date]
  から日付・タイトル・出演者・時間・価格・チケットURLを取得。

warp-kichijoji: WordPress カスタムテーマ。&lt;h3&gt;YYYY&lt;br/&gt;&lt;span&gt;MM&lt;/span&gt;&lt;/h3&gt; で
  年月を取得、article.schedules-box から各イベントをパース。

flat-nishiogikubo: Wix サイトのため JS レンダリング必須。エラーを返す
  プレースホルダー実装（Playwright 等への移行が必要）。

pitbar-nishiogikubo: freecalend.com (mem25771) から取得を試みるが、
  ボット遮断のため現状はエラー。URL パターン・代替策をコメントに記載。

SCRAPE_TARGETS.md に状態列（✅/⚠️）を追加。

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
meets-otsuka: rinky.info プラットフォーム。div.blog-entry.event-wrap[event-date]
  から日付・タイトル・出演者・時間・価格・チケットURLを取得。

warp-kichijoji: WordPress カスタムテーマ。&lt;h3&gt;YYYY&lt;br/&gt;&lt;span&gt;MM&lt;/span&gt;&lt;/h3&gt; で
  年月を取得、article.schedules-box から各イベントをパース。

flat-nishiogikubo: Wix サイトのため JS レンダリング必須。エラーを返す
  プレースホルダー実装（Playwright 等への移行が必要）。

pitbar-nishiogikubo: freecalend.com (mem25771) から取得を試みるが、
  ボット遮断のため現状はエラー。URL パターン・代替策をコメントに記載。

SCRAPE_TARGETS.md に状態列（✅/⚠️）を追加。

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
