C# Class OnlineVideos.Sites.EITBUtil

Inheritance: BrightCoveUtil
ファイルを表示 Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method Description
DiscoverDynamicCategories ( ) : int
DiscoverSubCategories ( Category parentCategory ) : int
GetVideoUrl ( VideoInfo video ) : string
GetVideos ( Category category ) : List

Protected Methods

Method Description
GetFileUrl ( VideoInfo video, string data ) : string

Private Methods

Method Description
ConvertFromUnixTimestamp ( double timestamp ) : System.DateTime
CreateCategory ( String name, String url, String thumbUrl, CategoryType categoryType, String description, Category parentCategory ) : RssLink
DiscoverSubmenu ( RssLink parentCategory, Regex regexp ) : List
getCategoria ( RssLink parentCategory, String url ) : CategoryType
replaceRegExp ( String s ) : String

Method Details

DiscoverDynamicCategories() public method

public DiscoverDynamicCategories ( ) : int
return int

DiscoverSubCategories() public method

public DiscoverSubCategories ( Category parentCategory ) : int
parentCategory Category
return int

GetFileUrl() protected method

protected GetFileUrl ( VideoInfo video, string data ) : string
video VideoInfo
data string
return string

GetVideoUrl() public method

public GetVideoUrl ( VideoInfo video ) : string
video VideoInfo
return string

GetVideos() public method

public GetVideos ( Category category ) : List
category Category
return List