diff options
Diffstat (limited to 'app/scrapers/index.ts')
| -rw-r--r-- | app/scrapers/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/scrapers/index.ts b/app/scrapers/index.ts index c38816f..e812626 100644 --- a/app/scrapers/index.ts +++ b/app/scrapers/index.ts @@ -20,6 +20,7 @@ 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"; +import { scraper as duoMusicExchange } from "./duo-music-exchange"; export const ALL_SCRAPERS: Scraper[] = [ liquidRoom, @@ -39,6 +40,7 @@ export const ALL_SCRAPERS: Scraper[] = [ pitbarNishiogikubo, naveyFloor, shimokitazawaEra, + duoMusicExchange, ]; export type { Scraper } from "./base"; |
