C# Class OnlineVideos.Sites.Demand5Util

Inheritance: SiteUtilBase
Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2

Méthodes publiques

Méthode Description
DiscoverDynamicCategories ( ) : int
DiscoverSubCategories ( Category parentCategory ) : int
GetVideoUrl ( System.VideoInfo video ) : string
GetVideos ( Category category ) : List
Search ( string query, string category = null ) : List

Private Methods

Méthode Description
FillPlaybackOptions ( System.VideoInfo video, AMFArray renditions ) : string
GetResponse ( string url, byte postData ) : AMFObject
cleanString ( string s ) : string
getProxy ( ) : WebProxy
getRecentlyOnVids ( string url ) : List
getVideoListInternal ( string url ) : List
getViewerExperience ( string contentRefId, string videoUrl ) : AMFObject

Method Details

DiscoverDynamicCategories() public méthode

public DiscoverDynamicCategories ( ) : int
Résultat int

DiscoverSubCategories() public méthode

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

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

Search() public méthode

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