C# Class VideoDownloadHelper.DouDan

Afficher le fichier Open project: htynkn/vdh

Méthodes publiques

Méthode 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

Méthode Description
GetAllTudouUrlByHome ( string temp ) : List
GetAllTudouUrlByOfficeDouDan ( String temp ) : List
GetAllTudouUrlBySimpleDouDan ( string temp ) : List

Method Details

DouDan() public méthode

public DouDan ( string url ) : System
url string
Résultat System

DouDan() public méthode

public DouDan ( string url, string title, int videoNum ) : System
url string
title string
videoNum int
Résultat System

GetAllTudouUrl() public méthode

public GetAllTudouUrl ( ) : List
Résultat List

GetAllTudouUrl() public méthode

public GetAllTudouUrl ( string temp ) : List
temp string
Résultat List

GetDouDan() public static méthode

public static GetDouDan ( string htmlCode ) : List
htmlCode string
Résultat List

isLegal() public méthode

public isLegal ( ) : bool
Résultat bool

isLegal() public static méthode

public static isLegal ( string url ) : bool
url string
Résultat bool