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();
        }