C# Class OnlineVideos.Sites.URPlayUtil

Inheritance: OnlineVideos.Sites.LatestVideosSiteUtilBase
Show file Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method Description
DiscoverDynamicCategories ( ) : int
DiscoverSubCategories ( Category parentCategory ) : int
ExecuteContextMenuEntry ( Category selectedCategory, VideoInfo selectedItem, OnlineVideos.Sites.ContextMenuEntry choice ) : OnlineVideos.Sites.ContextMenuExecutionResult
GetContextMenuEntries ( Category selectedCategory, VideoInfo selectedItem ) : List
GetLatestVideos ( ) : List
GetMultipleVideoUrls ( VideoInfo video, bool inPlaylist = false ) : List
GetNextPageVideos ( ) : List
GetVideos ( Category category ) : List
Search ( string query, string category = null ) : List

Private Methods

Method Description
GetSubtitle ( Newtonsoft.Json.Linq.JObject json, string language = null ) : string
GetVideos ( string url ) : List

Method Details

DiscoverDynamicCategories() public method

public DiscoverDynamicCategories ( ) : int
return int

DiscoverSubCategories() public method

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

ExecuteContextMenuEntry() public method

public ExecuteContextMenuEntry ( Category selectedCategory, VideoInfo selectedItem, OnlineVideos.Sites.ContextMenuEntry choice ) : OnlineVideos.Sites.ContextMenuExecutionResult
selectedCategory Category
selectedItem VideoInfo
choice OnlineVideos.Sites.ContextMenuEntry
return OnlineVideos.Sites.ContextMenuExecutionResult

GetContextMenuEntries() public method

public GetContextMenuEntries ( Category selectedCategory, VideoInfo selectedItem ) : List
selectedCategory Category
selectedItem VideoInfo
return List

GetLatestVideos() public method

public GetLatestVideos ( ) : List
return List

GetMultipleVideoUrls() public method

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

GetNextPageVideos() public method

public GetNextPageVideos ( ) : List
return List

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