C# Class VideoDownloadHelper.DouDan

Mostra file Open project: htynkn/vdh

Public Methods

Method Description
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

Private Methods

Method Description
GetAllTudouUrlByHome ( string temp ) : List
GetAllTudouUrlByOfficeDouDan ( String temp ) : List
GetAllTudouUrlBySimpleDouDan ( string temp ) : List

Method Details

DouDan() public method

public DouDan ( string url ) : System
url string
return System

DouDan() public method

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

GetAllTudouUrl() public method

public GetAllTudouUrl ( ) : List
return List

GetAllTudouUrl() public method

public GetAllTudouUrl ( string temp ) : List
temp string
return List

GetDouDan() public static method

public static GetDouDan ( string htmlCode ) : List
htmlCode string
return List

isLegal() public method

public isLegal ( ) : bool
return bool

isLegal() public static method

public static isLegal ( string url ) : bool
url string
return bool