UNPKG

bedetheque-scraper

Version:

NodeJS script to scrap the entire database of dbgest.com / bedetheque.com (approx. 260.000+ albums)

6 lines (5 loc) 208 B
export { Scraper } from './lib/scraper'; export { Message } from './lib/message'; export { ProxyFetcher } from './lib/proxy-fetcher'; export { Serie } from './lib/serie'; export { Album } from './lib/album';