Blacker.Scraper.MangaReader.GetDownloader C# (CSharp) Method

GetDownloader() public method

public GetDownloader ( ) : IDownloader
return IDownloader
        public IDownloader GetDownloader()
        {
            return new Downloader(GetPages, @"//img[@id=""img""]");
        }