UNPKG

fandomscraper

Version:

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

11 lines (8 loc) 310 B
import { BerserkENDataSource } from "./data-source"; // Berserk (FR) schema not available yet on Fandom const BerserkEN: ISchema = { url: 'https://berserk.fandom.com/wiki/Category:Fantasia_Arc_Characters', pageFormat: 'classic', dataSource: BerserkENDataSource }; export { BerserkEN };