C# Class Schumix.ExtraAddon.Commands.YoutubeTitle

显示文件 Open project: Schumix/Schumix2 Class Usage Examples

Public Methods

Method Description
GetTitle ( ) : string
GetViewCount ( ) : string
IsTitle ( ) : bool
IsYoutube ( ) : bool
YoutubeTitle ( string Url ) : System

Private Methods

Method Description
Load ( ) : void
Parse ( ) : void

Method Details

GetTitle() public method

public GetTitle ( ) : string
return string

GetViewCount() public method

public GetViewCount ( ) : string
return string

IsTitle() public method

public IsTitle ( ) : bool
return bool

IsYoutube() public method

public IsYoutube ( ) : bool
return bool

YoutubeTitle() public method

public YoutubeTitle ( string Url ) : System
Url string
return System