Blacker.MangaScraper.Recent.RecentMangaScraper.GetDownloader C# (CSharp) Method

GetDownloader() public method

public GetDownloader ( ) : IDownloader
return IDownloader
        public IDownloader GetDownloader()
        {
            // this should not get called as this scraper is basically used to redirect to other scrapers
            throw new NotSupportedException();
        }