C# 클래스 OnlineVideos.Sites.ViasatUtil

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

보호된 프로퍼티들

프로퍼티 타입 설명
_searchUrl string
redirectedSwfUrl string

공개 메소드들

메소드 설명
DiscoverDynamicCategories ( ) : int
DiscoverSubCategories ( Category parentCategory ) : int
GetLatestVideos ( ) : List
GetTrackingInfo ( System.VideoInfo video ) : ITrackingInfo
GetVideoUrl ( System.VideoInfo video ) : string
GetVideos ( Category category ) : List
Search ( string query, string category = null ) : List

비공개 메소드들

메소드 설명
GetSubtitle ( string url ) : string
ReplaceLastOccurrence ( string Source, string Find, string Replace ) : string

메소드 상세

DiscoverDynamicCategories() 공개 메소드

public DiscoverDynamicCategories ( ) : int
리턴 int

DiscoverSubCategories() 공개 메소드

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

GetLatestVideos() 공개 메소드

public GetLatestVideos ( ) : List
리턴 List

GetTrackingInfo() 공개 메소드

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

GetVideoUrl() 공개 메소드

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

GetVideos() 공개 메소드

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

Search() 공개 메소드

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

프로퍼티 상세

_searchUrl 보호되어 있는 프로퍼티

protected string _searchUrl
리턴 string

redirectedSwfUrl 보호되어 있는 프로퍼티

protected string redirectedSwfUrl
리턴 string