C# Class Blacker.Scraper.BatotoNet

Inheritance: BaseScraper, IScraper
Show file Open project: blacker-cz/MangaScraper

Public Methods

Method Description
BatotoNet ( ) : System
GetAvailableChapters ( IMangaRecord manga ) : IEnumerable
GetAvailableMangas ( string filter ) : IEnumerable
GetDownloader ( ) : IDownloader

Private Methods

Method Description
GetPages ( IChapterRecord chapter ) : string>.IDictionary

Method Details

BatotoNet() public method

public BatotoNet ( ) : System
return System

GetAvailableChapters() public method

public GetAvailableChapters ( IMangaRecord manga ) : IEnumerable
manga IMangaRecord
return IEnumerable

GetAvailableMangas() public method

public GetAvailableMangas ( string filter ) : IEnumerable
filter string
return IEnumerable

GetDownloader() public method

public GetDownloader ( ) : IDownloader
return IDownloader