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) 493 B
import { SilentVoiceENDataSource, SilentVoiceFRDataSource } from "./data-source"; const SilentVoiceFR: ISchema = { url: 'https://koenokatachi.fandom.com/fr/wiki/Cat%C3%A9gorie:Personnages', pageFormat: 'classic', dataSource: SilentVoiceFRDataSource }; const SilentVoiceEN: ISchema = { url: 'https://koenokatachi.fandom.com/wiki/Category:Characters', pageFormat: 'classic', dataSource: SilentVoiceENDataSource }; export { SilentVoiceEN, SilentVoiceFR };