C# Class OnlineVideos.Sites.SweflixUtil

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

Méthodes publiques

Méthode Description
DiscoverDynamicCategories ( ) : int
GetLatestVideos ( ) : List
GetMultipleVideoUrls ( System.VideoInfo video, bool inPlaylist = false ) : List
GetNextPageVideos ( ) : List
GetTrackingInfo ( System.VideoInfo video ) : ITrackingInfo
GetVideos ( Category category ) : List
Search ( string query, string category = null ) : List

Private Methods

Méthode Description
GetVideos ( string url, int page ) : List

Method Details

DiscoverDynamicCategories() public méthode

public DiscoverDynamicCategories ( ) : int
Résultat int

GetLatestVideos() public méthode

public GetLatestVideos ( ) : List
Résultat List

GetMultipleVideoUrls() public méthode

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

GetNextPageVideos() public méthode

public GetNextPageVideos ( ) : List
Résultat List

GetTrackingInfo() public méthode

public GetTrackingInfo ( System.VideoInfo video ) : ITrackingInfo
video System.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