Scraper
Class for scraping movies and shows.
Constructor Summary
Public Constructor | ||
public |
constructor(debug: Boolean) Create a scraper object. |
Method Summary
Public Methods | ||
public |
scrape() Initiate the scraping. |
Private Methods | ||
private |
_scrapeEZTVShows(): Show[] Start scraping from EZTV. |
|
private |
Start anime scraping from ExtraTorrent. |
|
private |
Start movie scraping from ExtraTorrent. |
|
private |
Start show scraping from ExtraTorrent. |
|
private |
Start scraping from HorribleSubs. |
|
private |
_scrapeKATAnime(): Anime[] Start scraping from KAT. |
|
private |
_scrapeKATMovies(): Movie[] Start movie scraping from KAT. |
|
private |
_scrapeKATShows(): Show[] Start show scraping from KAT. |
|
private |
_scrapeNyaaAnime(): Anime[] Start scraping from Nyaa. |
|
private |
_scrapeYTSMovies(): Movie[] Start scraping from YTS. |