C# Class OnlineVideos.Sites.ViasatUtil

Inheritance: OnlineVideos.Sites.LatestVideosSiteUtilBase
Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2

Protected Properties

Свойство Type Description
_searchUrl string
redirectedSwfUrl string

Méthodes publiques

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

Méthode Description
GetSubtitle ( string url ) : string
ReplaceLastOccurrence ( string Source, string Find, string Replace ) : string

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

GetLatestVideos() public méthode

public GetLatestVideos ( ) : List
Résultat List

GetTrackingInfo() public méthode

public GetTrackingInfo ( System.VideoInfo video ) : ITrackingInfo
video System.VideoInfo
Résultat ITrackingInfo

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

Property Details

_searchUrl protected_oe property

protected string _searchUrl
Résultat string

redirectedSwfUrl protected_oe property

protected string redirectedSwfUrl
Résultat string