From 4c39c1b30a206d9c87c8f65581e93ee3c84328ad Mon Sep 17 00:00:00 2001 From: yyamashita Date: Thu, 14 May 2026 23:07:34 +0900 Subject: =?UTF-8?q?Add=20=E6=9D=B1=E9=AB=98=E5=86=86=E5=AF=BA=E4=BA=8C?= =?UTF-8?q?=E4=B8=87=E9=9B=BB=E5=9C=A7=20(den-atsu)=20scraper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/scrapers/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/scrapers/index.ts') diff --git a/app/scrapers/index.ts b/app/scrapers/index.ts index e812626..d765248 100644 --- a/app/scrapers/index.ts +++ b/app/scrapers/index.ts @@ -21,6 +21,7 @@ import { scraper as pitbarNishiogikubo } from "./pitbar-nishiogikubo"; import { scraper as naveyFloor } from "./navey-floor"; import { scraper as shimokitazawaEra } from "./shimokitazawa-era"; import { scraper as duoMusicExchange } from "./duo-music-exchange"; +import { scraper as denAtsu } from "./den-atsu"; export const ALL_SCRAPERS: Scraper[] = [ liquidRoom, @@ -41,6 +42,7 @@ export const ALL_SCRAPERS: Scraper[] = [ naveyFloor, shimokitazawaEra, duoMusicExchange, + denAtsu, ]; export type { Scraper } from "./base"; -- cgit v1.2.3