메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
GetSubtitle ( Newtonsoft.Json.Linq.JObject json, string language = null ) : string | ||
GetVideos ( string url ) : List |
public DiscoverSubCategories ( Category parentCategory ) : int | ||
parentCategory | Category | |
리턴 | int |
public ExecuteContextMenuEntry ( Category selectedCategory, VideoInfo selectedItem, OnlineVideos.Sites.ContextMenuEntry choice ) : OnlineVideos.Sites.ContextMenuExecutionResult | ||
selectedCategory | Category | |
selectedItem | VideoInfo | |
choice | OnlineVideos.Sites.ContextMenuEntry | |
리턴 | OnlineVideos.Sites.ContextMenuExecutionResult |
public GetContextMenuEntries ( Category selectedCategory, VideoInfo selectedItem ) : List |
||
selectedCategory | Category | |
selectedItem | VideoInfo | |
리턴 | List |
public GetMultipleVideoUrls ( VideoInfo video, bool inPlaylist = false ) : List |
||
video | VideoInfo | |
inPlaylist | bool | |
리턴 | List |
public Search ( string query, string category = null ) : List |
||
query | string | |
category | string | |
리턴 | List |