C# 클래스 OnlineVideos.Sites.ViaplayWebUtil

상속: OnlineVideos.Sites.LatestVideosSiteUtilBase, IBrowserSiteUtil
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

보호된 프로퍼티들

프로퍼티 타입 설명
cc CookieContainer
nextPageVideosUrl string

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GetTranslation ( string key, string defaultValue = "" ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

DiscoverDynamicCategories() 공개 메소드

public DiscoverDynamicCategories ( ) : int
리턴 int

DiscoverNextPageCategories() 공개 메소드

public DiscoverNextPageCategories ( NextPageCategory category ) : int
category NextPageCategory
리턴 int

DiscoverSubCategories() 공개 메소드

public DiscoverSubCategories ( Category parentCategory ) : int
parentCategory Category
리턴 int

ExecuteContextMenuEntry() 공개 메소드

public ExecuteContextMenuEntry ( Category selectedCategory, VideoInfo selectedItem, ContextMenuEntry choice ) : ContextMenuExecutionResult
selectedCategory Category
selectedItem VideoInfo
choice ContextMenuEntry
리턴 ContextMenuExecutionResult

GetContextMenuEntries() 공개 메소드

public GetContextMenuEntries ( Category selectedCategory, VideoInfo selectedItem ) : List
selectedCategory Category
selectedItem VideoInfo
리턴 List

GetFileNameForDownload() 공개 메소드

public GetFileNameForDownload ( VideoInfo video, Category category, string url ) : string
video VideoInfo
category Category
url string
리턴 string

GetLatestVideos() 공개 메소드

public GetLatestVideos ( ) : List
리턴 List

GetMultipleVideoUrls() 공개 메소드

public GetMultipleVideoUrls ( VideoInfo video, bool inPlaylist = false ) : List
video VideoInfo
inPlaylist bool
리턴 List

GetNextPageVideos() 공개 메소드

public GetNextPageVideos ( ) : List
리턴 List

GetTrackingInfo() 공개 메소드

public GetTrackingInfo ( VideoInfo video ) : ITrackingInfo
video VideoInfo
리턴 ITrackingInfo

GetTranslation() 보호된 메소드

protected GetTranslation ( string key, string defaultValue = "" ) : string
key string
defaultValue string
리턴 string

GetVideos() 공개 메소드

public GetVideos ( Category category ) : List
category Category
리턴 List

Search() 공개 메소드

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

프로퍼티 상세

cc 보호되어 있는 프로퍼티

protected CookieContainer cc
리턴 CookieContainer

nextPageVideosUrl 보호되어 있는 프로퍼티

protected string nextPageVideosUrl
리턴 string