UNPKG

fandomscraper

Version:

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

15 lines (12 loc) 477 B
import { ShingekiFRDataSource, ShingekiENDataSource } from "./data-source"; const ShingekiFR: ISchema = { url: 'https://attaque-des-titans.fandom.com/fr/wiki/Cat%C3%A9gorie:Humains', pageFormat: 'classic', dataSource: ShingekiFRDataSource }; const ShingekiEN: ISchema = { url: 'https://attackontitan.fandom.com/wiki/List_of_characters/Anime', pageFormat: 'table-4', dataSource: ShingekiENDataSource }; export { ShingekiFR, ShingekiEN };