Blacker.MangaScraper.Recent.RecentMangaScraper.GetDownloader C# (CSharp) Метод

GetDownloader() публичный Метод

public GetDownloader ( ) : IDownloader
Результат IDownloader
        public IDownloader GetDownloader()
        {
            // this should not get called as this scraper is basically used to redirect to other scrapers
            throw new NotSupportedException();
        }