C# 클래스 OnlineVideos.Sites.WDRUtil

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

공개 메소드들

메소드 설명
DiscoverDynamicCategories ( ) : int
GetVideoUrl ( System.VideoInfo video ) : string
GetVideos ( Category category ) : List
Search ( string query, string category = null ) : List

비공개 메소드들

메소드 설명
CommonParent ( HtmlNode n1, HtmlNode n2, int depth ) : HtmlNode
FindCategories ( HtmlAgilityPack.HtmlDocument doc, Uri baseUri, List categories ) : void
GetStreamUrl ( string videoPageUrl ) : string
GetStreamUrlFromSmil ( string smilUrl ) : string
getVideos ( HtmlDocument doc, Uri baseUri ) : List

메소드 상세

DiscoverDynamicCategories() 공개 메소드

public DiscoverDynamicCategories ( ) : int
리턴 int

GetVideoUrl() 공개 메소드

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

GetVideos() 공개 메소드

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

Search() 공개 메소드

public Search ( string query, string category = null ) : List
query string
category string
리턴 List