C# 클래스 OnlineVideos.Sites.SvtPlayUtil

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

DiscoverDynamicCategories() 공개 메소드

public DiscoverDynamicCategories ( ) : int
리턴 int

DiscoverSubCategories() 공개 메소드

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

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

GetVideos() 공개 메소드

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

Search() 공개 메소드

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