UNPKG

fandomscraper

Version:

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

10 lines (8 loc) 262 B
import { ShikiENDataSource } from "./data-source"; const ShikiEN: ISchema = { url: 'https://shiki.fandom.com/wiki/Category:Characters', pageFormat: 'classic', category: 'Category:Characters', dataSource: ShikiENDataSource }; export { ShikiEN };