C# Class PluralsightDownloader.WebScraper

Inheritance: IWebScraper
Afficher le fichier Open project: bogusgithubuser/PluralsightDownloader

Méthodes publiques

Méthode Description
GetCourseTableOfContentsHtmlString ( string courseName ) : string
GetLessonDownloadLink ( Lesson lesson ) : string
SetCookies ( CookieCollection cookies ) : void
WebScraper ( string tableOfContentsUrl, string lessonDownloadUrl ) : System

Method Details

GetCourseTableOfContentsHtmlString() public méthode

public GetCourseTableOfContentsHtmlString ( string courseName ) : string
courseName string
Résultat string

GetLessonDownloadLink() public méthode

public GetLessonDownloadLink ( Lesson lesson ) : string
lesson Lesson
Résultat string

SetCookies() public méthode

public SetCookies ( CookieCollection cookies ) : void
cookies System.Net.CookieCollection
Résultat void

WebScraper() public méthode

public WebScraper ( string tableOfContentsUrl, string lessonDownloadUrl ) : System
tableOfContentsUrl string
lessonDownloadUrl string
Résultat System