C# Class OnlineVideos.Sites.RedBull

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

Méthodes publiques

Méthode Description
DiscoverDynamicCategories ( ) : int
DiscoverNextPageCategories ( NextPageCategory category ) : int
DiscoverSubCategories ( Category parentCategory ) : int
GetNextPageVideos ( ) : List
GetVideoUrl ( System.VideoInfo video ) : string
GetVideos ( Category category ) : List

Private Methods

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

Method Details

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

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