C# Class Blacker.Scraper.EGScans

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

Private Properties

Property Type Description
GetPages string>.IDictionary
LoadAllMangas IEnumerable

Public Methods

Method Description
EGScans ( ) : System
GetAvailableChapters ( IMangaRecord manga ) : IEnumerable
GetAvailableMangas ( string filter ) : IEnumerable
GetAvailableMangasImmediate ( string filter ) : IEnumerable
GetDownloader ( ) : IDownloader
PreloadDirectory ( ) : void

Private Methods

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

Method Details

EGScans() public method

public EGScans ( ) : 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

GetAvailableMangasImmediate() public method

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

GetDownloader() public method

public GetDownloader ( ) : IDownloader
return IDownloader

PreloadDirectory() public method

public PreloadDirectory ( ) : void
return void