UNPKG

fandomscraper

Version:

A package to scrap fandoms wikis characters page. Only scraps the characters info section and the list of all repertoried characters.

9 lines (7 loc) 264 B
import { DeathParadeENDataSource } from "./data-source"; const DeathParadeEN: ISchema = { url: 'https://death-parade.fandom.com/wiki/Category:Characters', pageFormat: 'classic', dataSource: DeathParadeENDataSource }; export { DeathParadeEN };