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) 248 B
import { HellsingENDataSource } from "./data-source"; const HellsingEN: ISchema = { url: 'https://hellsing.fandom.com/wiki/Category:Characters', pageFormat: 'classic', dataSource: HellsingENDataSource }; export { HellsingEN };