C# Class OnlineVideos.Sites.ViasatUtil

Inheritance: OnlineVideos.Sites.LatestVideosSiteUtilBase
Exibir arquivo Open project: offbyoneBB/mp-onlinevideos2

Protected Properties

Property Type Description
_searchUrl string
redirectedSwfUrl string

Public Methods

Method Description
DiscoverDynamicCategories ( ) : int
DiscoverSubCategories ( Category parentCategory ) : int
GetLatestVideos ( ) : List
GetTrackingInfo ( System.VideoInfo video ) : ITrackingInfo
GetVideoUrl ( System.VideoInfo video ) : string
GetVideos ( Category category ) : List
Search ( string query, string category = null ) : List

Private Methods

Method Description
GetSubtitle ( string url ) : string
ReplaceLastOccurrence ( string Source, string Find, string Replace ) : string

Method Details

DiscoverDynamicCategories() public method

public DiscoverDynamicCategories ( ) : int
return int

DiscoverSubCategories() public method

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

GetLatestVideos() public method

public GetLatestVideos ( ) : List
return List

GetTrackingInfo() public method

public GetTrackingInfo ( System.VideoInfo video ) : ITrackingInfo
video System.VideoInfo
return ITrackingInfo

GetVideoUrl() public method

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

GetVideos() public method

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

Search() public method

public Search ( string query, string category = null ) : List
query string
category string
return List

Property Details

_searchUrl protected_oe property

protected string _searchUrl
return string

redirectedSwfUrl protected_oe property

protected string redirectedSwfUrl
return string