C# 클래스 VideoDownloadHelper.DouDan

파일 보기 프로젝트 열기: htynkn/vdh

공개 메소드들

메소드 설명
DouDan ( string url ) : System
DouDan ( string url, string title, int videoNum ) : System
GetAllTudouUrl ( ) : List
GetAllTudouUrl ( string temp ) : List
GetDouDan ( string htmlCode ) : List
isLegal ( ) : bool
isLegal ( string url ) : bool

비공개 메소드들

메소드 설명
GetAllTudouUrlByHome ( string temp ) : List
GetAllTudouUrlByOfficeDouDan ( String temp ) : List
GetAllTudouUrlBySimpleDouDan ( string temp ) : List

메소드 상세

DouDan() 공개 메소드

public DouDan ( string url ) : System
url string
리턴 System

DouDan() 공개 메소드

public DouDan ( string url, string title, int videoNum ) : System
url string
title string
videoNum int
리턴 System

GetAllTudouUrl() 공개 메소드

public GetAllTudouUrl ( ) : List
리턴 List

GetAllTudouUrl() 공개 메소드

public GetAllTudouUrl ( string temp ) : List
temp string
리턴 List

GetDouDan() 공개 정적인 메소드

public static GetDouDan ( string htmlCode ) : List
htmlCode string
리턴 List

isLegal() 공개 메소드

public isLegal ( ) : bool
리턴 bool

isLegal() 공개 정적인 메소드

public static isLegal ( string url ) : bool
url string
리턴 bool