C# 클래스 OnlineVideos.Sites.UitzendingGemistUtil

상속: OnlineVideos.Sites.GenericSiteUtil
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

공개 메소드들

메소드 설명
CreateVideoInfo ( ) : System.VideoInfo
DiscoverDynamicCategories ( ) : int
DiscoverNextPageCategories ( NextPageCategory category ) : int
DiscoverSubCategories ( Category parentCategory ) : int
GetNextPageVideos ( ) : List
GetProxy ( ) : WebProxy
GetVideoUrl ( System.VideoInfo video ) : string
GetVideos ( Category category ) : List
ParseSubCategories ( Category parentCategory, string data ) : int
Search ( string query, string category = null ) : List

비공개 메소드들

메소드 설명
Compare ( string>.KeyValuePair a, string>.KeyValuePair b ) : int
getAtoZSubcats ( Category parentCat ) : int
getRecent ( Category parentCat ) : int
getSubcatWebData ( string url ) : string
getSubcats ( Category parentCat, UgType subType, string id, string format ) : int
getType1Subcats ( Category parentCat ) : int
lowGetVideoList ( string url, UgType type ) : List

메소드 상세

CreateVideoInfo() 공개 메소드

public CreateVideoInfo ( ) : System.VideoInfo
리턴 System.VideoInfo

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

GetProxy() 공개 메소드

public GetProxy ( ) : WebProxy
리턴 System.Net.WebProxy

GetVideoUrl() 공개 메소드

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

GetVideos() 공개 메소드

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

ParseSubCategories() 공개 메소드

public ParseSubCategories ( Category parentCategory, string data ) : int
parentCategory Category
data string
리턴 int

Search() 공개 메소드

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