Method | Description | |
---|---|---|
DiscoverDynamicCategories ( ) : int | ||
DiscoverSubCategories ( Category parentCategory ) : int | ||
GetFileNameForDownload ( VideoInfo video, Category category, string url ) : string | ||
GetLatestVideos ( ) : List |
||
GetMultipleVideoUrls ( VideoInfo video, bool inPlaylist = false ) : List |
||
GetNextPageVideos ( ) : List |
||
GetTrackingInfo ( VideoInfo video ) : ITrackingInfo | ||
GetVideos ( Category category ) : List |
||
Search ( string query, string category = null ) : List |
Method | Description | |
---|---|---|
GetCategoriesFromJArray ( Category parentCategory, Newtonsoft.Json.Linq.JArray array, bool getGenres ) : List |
||
GetCategoriesFromRecomendationJson ( Category parentCategory, bool getGenres ) : List |
||
GetChannelVideos ( ) : List |
||
GetProgramCategories ( Category parentCategory ) : List |
||
GetProgramCategoriesAndVideos ( Category parentCategory ) : List |
||
GetTagCategories ( Category parentCategory ) : List |
||
GetVideos ( Newtonsoft.Json.Linq.JArray jVideos ) : List |
||
GetVideos ( string url, uint page, bool &hasNext ) : List |
public DiscoverSubCategories ( Category parentCategory ) : int | ||
parentCategory | Category | |
return | int |
public GetFileNameForDownload ( VideoInfo video, Category category, string url ) : string | ||
video | VideoInfo | |
category | Category | |
url | string | |
return | string |
public GetMultipleVideoUrls ( VideoInfo video, bool inPlaylist = false ) : List |
||
video | VideoInfo | |
inPlaylist | bool | |
return | List |
public GetTrackingInfo ( VideoInfo video ) : ITrackingInfo | ||
video | VideoInfo | |
return | ITrackingInfo |
public GetVideos ( Category category ) : List |
||
category | Category | |
return | List |
public Search ( string query, string category = null ) : List |
||
query | string | |
category | string | |
return | List |