C# Class OnlineVideos.Sites.SweflixUtil

Inheritance: OnlineVideos.Sites.LatestVideosSiteUtilBase
Exibir arquivo Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method 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

Method Description
GetVideos ( string url, int page ) : List

Method Details

DiscoverDynamicCategories() public method

public DiscoverDynamicCategories ( ) : int
return int

GetLatestVideos() public method

public GetLatestVideos ( ) : List
return List

GetMultipleVideoUrls() public method

public GetMultipleVideoUrls ( System.VideoInfo video, bool inPlaylist = false ) : List
video System.VideoInfo
inPlaylist bool
return List

GetNextPageVideos() public method

public GetNextPageVideos ( ) : List
return List

GetTrackingInfo() public method

public GetTrackingInfo ( System.VideoInfo video ) : ITrackingInfo
video System.VideoInfo
return ITrackingInfo

GetVideos() public method

public GetVideos ( Category category ) : List
category Category
return List

Search() public method

public Search ( string query, string category = null ) : List
query string
category string
return List