C# 클래스 OnlineVideos.Sites.DrakenFilmUtil

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

Private Properties

프로퍼티 타입 설명
GetSubtitle string
GetVideos List

공개 메소드들

메소드 설명
DiscoverDynamicCategories ( ) : int
DiscoverSubCategories ( Category parentCategory ) : int
GetFileNameForDownload ( VideoInfo video, Category category, string url ) : string
GetLatestVideos ( ) : List
GetMultipleVideoUrls ( VideoInfo video, bool inPlaylist = false ) : List
GetTrackingInfo ( VideoInfo video ) : ITrackingInfo
GetVideos ( Category category ) : List
Search ( string query, string category = null ) : List

비공개 메소드들

메소드 설명
GetSubtitle ( Newtonsoft.Json.Linq.JObject json ) : string
GetVideos ( string url ) : 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

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