C# Class PluralsightDownloader.WebScraper

Inheritance: IWebScraper
Mostra file Open project: bogusgithubuser/PluralsightDownloader

Public Methods

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

Method Details

GetCourseTableOfContentsHtmlString() public method

public GetCourseTableOfContentsHtmlString ( string courseName ) : string
courseName string
return string

GetLessonDownloadLink() public method

public GetLessonDownloadLink ( Lesson lesson ) : string
lesson Lesson
return string

SetCookies() public method

public SetCookies ( CookieCollection cookies ) : void
cookies System.Net.CookieCollection
return void

WebScraper() public method

public WebScraper ( string tableOfContentsUrl, string lessonDownloadUrl ) : System
tableOfContentsUrl string
lessonDownloadUrl string
return System