C# Class OnlineVideos.Sites.ITVPlayerUtil

Inheritance: SiteUtilBase
Exibir arquivo Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method Description
DiscoverDynamicCategories ( ) : int
DiscoverSubCategories ( Category parentCategory ) : int
GetMultipleVideoUrls ( System.VideoInfo video, bool inPlaylist = false ) : List
GetVideoUrl ( System.VideoInfo video ) : string
GetVideos ( Category category ) : List
Search ( string query, string category = null ) : List

Private Methods

Method Description
cleanString ( string s ) : string
getLiveStreams ( Group group ) : List
getPlaylist ( string id, bool isProductionId = false ) : string
getPlaylistDocument ( string id, bool isProductionId = false ) : XmlDocument
getProductionId ( string url ) : string
getProxy ( ) : WebProxy
getShowsList ( Category parentCategory ) : int
getShowsVids ( Category category ) : List
populateUrlsFromXml ( System.VideoInfo video, XmlDocument streamPlaylist, bool live ) : string
stripTags ( 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

GetMultipleVideoUrls() public method

public GetMultipleVideoUrls ( System.VideoInfo video, bool inPlaylist = false ) : List
video System.VideoInfo
inPlaylist bool
return List

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