C# Class OnlineVideos.Sites.ViaplayWebUtil

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

Protected Properties

Свойство Type Description
cc CookieContainer
nextPageVideosUrl string

Méthodes publiques

Méthode Description
DiscoverDynamicCategories ( ) : int
DiscoverNextPageCategories ( NextPageCategory category ) : int
DiscoverSubCategories ( Category parentCategory ) : int
ExecuteContextMenuEntry ( Category selectedCategory, VideoInfo selectedItem, ContextMenuEntry choice ) : ContextMenuExecutionResult
GetContextMenuEntries ( Category selectedCategory, VideoInfo selectedItem ) : List
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

Méthodes protégées

Méthode Description
GetTranslation ( string key, string defaultValue = "" ) : string

Private Methods

Méthode Description
DiscoverSubCategories ( Category parentCategory, string url ) : int
GetInternalUrl ( VideoInfo video, bool inPlaylist ) : string
GetProduct ( JToken product ) : VideoInfo
GetSubtitle ( VideoInfo video, JObject data ) : void
HaveCredentials ( ) : bool
IsBlockedCategory ( string categoryTitle ) : bool
IsBlockedMainCategory ( string categoryTitle ) : bool
IsSeries ( Category category ) : bool
MyGetWebData ( string url, string postData = null ) : JObject
MyGetWebStringData ( string url ) : string
getVideos ( JToken block ) : List

Method Details

DiscoverDynamicCategories() public méthode

public DiscoverDynamicCategories ( ) : int
Résultat int

DiscoverNextPageCategories() public méthode

public DiscoverNextPageCategories ( NextPageCategory category ) : int
category NextPageCategory
Résultat int

DiscoverSubCategories() public méthode

public DiscoverSubCategories ( Category parentCategory ) : int
parentCategory Category
Résultat int

ExecuteContextMenuEntry() public méthode

public ExecuteContextMenuEntry ( Category selectedCategory, VideoInfo selectedItem, ContextMenuEntry choice ) : ContextMenuExecutionResult
selectedCategory Category
selectedItem VideoInfo
choice ContextMenuEntry
Résultat ContextMenuExecutionResult

GetContextMenuEntries() public méthode

public GetContextMenuEntries ( Category selectedCategory, VideoInfo selectedItem ) : List
selectedCategory Category
selectedItem VideoInfo
Résultat List

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

GetTranslation() protected méthode

protected GetTranslation ( string key, string defaultValue = "" ) : string
key string
defaultValue string
Résultat string

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

Property Details

cc protected_oe property

protected CookieContainer cc
Résultat CookieContainer

nextPageVideosUrl protected_oe property

protected string nextPageVideosUrl
Résultat string