C# Class Blacker.Scraper.BatotoNet

Inheritance: BaseScraper, IScraper
Afficher le fichier Open project: blacker-cz/MangaScraper

Méthodes publiques

Méthode Description
BatotoNet ( ) : System
GetAvailableChapters ( IMangaRecord manga ) : IEnumerable
GetAvailableMangas ( string filter ) : IEnumerable
GetDownloader ( ) : IDownloader

Private Methods

Méthode Description
GetPages ( IChapterRecord chapter ) : string>.IDictionary

Method Details

BatotoNet() public méthode

public BatotoNet ( ) : System
Résultat System

GetAvailableChapters() public méthode

public GetAvailableChapters ( IMangaRecord manga ) : IEnumerable
manga IMangaRecord
Résultat IEnumerable

GetAvailableMangas() public méthode

public GetAvailableMangas ( string filter ) : IEnumerable
filter string
Résultat IEnumerable

GetDownloader() public méthode

public GetDownloader ( ) : IDownloader
Résultat IDownloader