Blacker.MangaScraper.Recent.RecentMangaScraper.GetDownloader C# (CSharp) Méthode

GetDownloader() public méthode

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