C# Class OnlineVideos.Sites.SvtPlayUtil

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

Méthodes publiques

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

Private Methods

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

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

GetFileNameForDownload() public méthode

public GetFileNameForDownload ( VideoInfo video, Category category, string url ) : string
video VideoInfo
category Category
url string
Résultat string

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

GetTrackingInfo() public méthode

public GetTrackingInfo ( VideoInfo video ) : ITrackingInfo
video VideoInfo
Résultat ITrackingInfo

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