UNPKG

fandomscraper

Version:

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

16 lines (13 loc) 499 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', category: 'Catégorie:Humains', dataSource: ShingekiFRDataSource }; const ShingekiEN: ISchema = { url: 'https://attackontitan.fandom.com/wiki/List_of_characters/Anime', pageFormat: 'table-4', dataSource: ShingekiENDataSource }; export { ShingekiFR, ShingekiEN };