diff options
| author | yyamashita <yyamashita@mosquit.one> | 2026-05-08 03:35:09 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@mosquit.one> | 2026-05-08 03:35:09 +0900 |
| commit | d116d4cee456f7d8f5fea535742e90a75b05d814 (patch) | |
| tree | 8a2b2bb14f8b3a751c91c22ff54014787c5bb974 /app/scrapers/index.ts | |
| parent | a80418888c3096291f064305b5fe6e60246f30a7 (diff) | |
Add navey-floor and shimokitazawa-era scrapers
navey floor (赤坂): 29件取得、Cheerio + WordPress カスタムCMS
下北沢ERA: 22件取得、HTTP only (TLS証明書無効のため)
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 4ecb2a8..c38816f 100644 --- a/app/scrapers/index.ts +++ b/app/scrapers/index.ts @@ -18,6 +18,8 @@ import { scraper as modShibasaki } from "./mod-shibasaki"; import { scraper as fadYokohama } from "./fad-yokohama"; import { scraper as warpKichijoji } from "./warp-kichijoji"; import { scraper as pitbarNishiogikubo } from "./pitbar-nishiogikubo"; +import { scraper as naveyFloor } from "./navey-floor"; +import { scraper as shimokitazawaEra } from "./shimokitazawa-era"; export const ALL_SCRAPERS: Scraper[] = [ liquidRoom, @@ -35,6 +37,8 @@ export const ALL_SCRAPERS: Scraper[] = [ fadYokohama, warpKichijoji, pitbarNishiogikubo, + naveyFloor, + shimokitazawaEra, ]; export type { Scraper } from "./base"; |
