C# 클래스 OnlineVideos.Sites.RedBull

상속: BrightCoveUtil
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

공개 메소드들

메소드 설명
DiscoverDynamicCategories ( ) : int
DiscoverNextPageCategories ( NextPageCategory category ) : int
DiscoverSubCategories ( Category parentCategory ) : int
GetNextPageVideos ( ) : List
GetVideoUrl ( System.VideoInfo video ) : string
GetVideos ( Category category ) : List

비공개 메소드들

메소드 설명
AddSubcats ( HtmlNode node, RssLink parentCat ) : int
CreateUrl ( string baseUrl, string relativeUrl ) : string
Fix ( string url ) : string
FixImageUrl ( string url ) : string
GetShowsSubcats ( RssLink parentCat ) : int
GetVids ( HtmlNode node, string parentUrl ) : List
MyGetWebData ( Uri uri, string postData = null, CookieContainer cookies = null, string referer = null, IWebProxy proxy = null, bool forceUTF8 = false, bool allowUnsafeHeader = false, string userAgent = null, Encoding encoding = null, NameValueCollection headers = null, bool cache = true ) : string
getSubcats ( RssLink parentCat ) : int
getThumb ( HtmlNode imgNode ) : string

메소드 상세

DiscoverDynamicCategories() 공개 메소드

public DiscoverDynamicCategories ( ) : int
리턴 int

DiscoverNextPageCategories() 공개 메소드

public DiscoverNextPageCategories ( NextPageCategory category ) : int
category NextPageCategory
리턴 int

DiscoverSubCategories() 공개 메소드

public DiscoverSubCategories ( Category parentCategory ) : int
parentCategory Category
리턴 int

GetNextPageVideos() 공개 메소드

public GetNextPageVideos ( ) : List
리턴 List

GetVideoUrl() 공개 메소드

public GetVideoUrl ( System.VideoInfo video ) : string
video System.VideoInfo
리턴 string

GetVideos() 공개 메소드

public GetVideos ( Category category ) : List
category Category
리턴 List