C# Class OnlineVideos.Sites.URPlayUtil

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

Méthodes publiques

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

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

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

ExecuteContextMenuEntry() public méthode

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

GetContextMenuEntries() public méthode

public GetContextMenuEntries ( Category selectedCategory, VideoInfo selectedItem ) : List
selectedCategory Category
selectedItem VideoInfo
Résultat List

GetLatestVideos() public méthode

public GetLatestVideos ( ) : List
Résultat List

GetMultipleVideoUrls() public méthode

public GetMultipleVideoUrls ( VideoInfo video, bool inPlaylist = false ) : List
video VideoInfo
inPlaylist bool
Résultat List

GetNextPageVideos() public méthode

public GetNextPageVideos ( ) : List
Résultat List

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