C# Класс OnlineVideos.Sites.RedBull

Наследование: BrightCoveUtil
Показать файл Открыть проект

Открытые методы

Метод Описание
DiscoverDynamicCategories ( ) : int
DiscoverNextPageCategories ( NextPageCategory category ) : int
DiscoverSubCategories ( Category parentCategory ) : int
GetNextPageVideos ( ) : List
GetVideoUrl ( System.VideoInfo video ) : string
GetVideos ( Category category ) : List

Приватные методы

Метод Описание
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

Описание методов

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

GetVideoUrl() публичный Метод

public GetVideoUrl ( System.VideoInfo video ) : string
video System.VideoInfo
Результат string

GetVideos() публичный Метод

public GetVideos ( Category category ) : List
category Category
Результат List