C# 클래스 OnlineVideos.Sites.VodTvpUtil

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

공개 메소드들

메소드 설명
DiscoverDynamicCategories ( ) : int
DiscoverSubCategories ( Category parentCategory ) : int
GetVideoUrl ( System.VideoInfo video ) : String
GetVideos ( Category category ) : List

비공개 메소드들

메소드 설명
getCats ( string url, Category parentCategory ) : List
getImageUrl ( JToken item ) : string

메소드 상세

DiscoverDynamicCategories() 공개 메소드

public DiscoverDynamicCategories ( ) : int
리턴 int

DiscoverSubCategories() 공개 메소드

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

GetVideoUrl() 공개 메소드

public GetVideoUrl ( System.VideoInfo video ) : String
video System.VideoInfo
리턴 String

GetVideos() 공개 메소드

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