C# 클래스 PluralsightDownloader.WebScraper

상속: IWebScraper
파일 보기 프로젝트 열기: bogusgithubuser/PluralsightDownloader

공개 메소드들

메소드 설명
GetCourseTableOfContentsHtmlString ( string courseName ) : string
GetLessonDownloadLink ( Lesson lesson ) : string
SetCookies ( CookieCollection cookies ) : void
WebScraper ( string tableOfContentsUrl, string lessonDownloadUrl ) : System

메소드 상세

GetCourseTableOfContentsHtmlString() 공개 메소드

public GetCourseTableOfContentsHtmlString ( string courseName ) : string
courseName string
리턴 string

GetLessonDownloadLink() 공개 메소드

public GetLessonDownloadLink ( Lesson lesson ) : string
lesson Lesson
리턴 string

SetCookies() 공개 메소드

public SetCookies ( CookieCollection cookies ) : void
cookies System.Net.CookieCollection
리턴 void

WebScraper() 공개 메소드

public WebScraper ( string tableOfContentsUrl, string lessonDownloadUrl ) : System
tableOfContentsUrl string
lessonDownloadUrl string
리턴 System