C# Class OnlineVideos.Sites.UitzendingGemistUtil

Inheritance: OnlineVideos.Sites.GenericSiteUtil
Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CreateVideoInfo() public méthode

public CreateVideoInfo ( ) : System.VideoInfo
Résultat System.VideoInfo

DiscoverDynamicCategories() public méthode

public DiscoverDynamicCategories ( ) : int
Résultat int

DiscoverNextPageCategories() public méthode

public DiscoverNextPageCategories ( NextPageCategory category ) : int
category NextPageCategory
Résultat int

DiscoverSubCategories() public méthode

public DiscoverSubCategories ( Category parentCategory ) : int
parentCategory Category
Résultat int

GetNextPageVideos() public méthode

public GetNextPageVideos ( ) : List
Résultat List

GetProxy() public méthode

public GetProxy ( ) : WebProxy
Résultat System.Net.WebProxy

GetVideoUrl() public méthode

public GetVideoUrl ( System.VideoInfo video ) : string
video System.VideoInfo
Résultat string

GetVideos() public méthode

public GetVideos ( Category category ) : List
category Category
Résultat List

ParseSubCategories() public méthode

public ParseSubCategories ( Category parentCategory, string data ) : int
parentCategory Category
data string
Résultat int

Search() public méthode

public Search ( string query, string category = null ) : List
query string
category string
Résultat List