Method | Description | |
---|---|---|
DownloadDocument ( string url, FT question ) : int? | ||
GetNewImage ( string url ) : |
||
GetPolleFromTale ( HtmlAgilityPack.HtmlDocument taleDoc, string &name, string &polLink ) : void | ||
IsPotentialFormandTale ( HtmlAgilityPack.HtmlDocument taleDoc ) : bool | ||
UpLoadToScribd ( string url, FT question ) : string>.Tuple |
Method | Description | |
---|---|---|
GetResponse ( string url, int tries ) : |
||
GetResponseRec ( string url ) : |
public static DownloadDocument ( string url, FT question ) : int? | ||
url | string | |
question | FT | |
return | int? |
public static GetNewImage ( string url ) : |
||
url | string | |
return |
public static GetPolleFromTale ( HtmlAgilityPack.HtmlDocument taleDoc, string &name, string &polLink ) : void | ||
taleDoc | HtmlAgilityPack.HtmlDocument | |
name | string | |
polLink | string | |
return | void |
public static IsPotentialFormandTale ( HtmlAgilityPack.HtmlDocument taleDoc ) : bool | ||
taleDoc | HtmlAgilityPack.HtmlDocument | |
return | bool |
public static UpLoadToScribd ( string url, FT question ) : string>.Tuple |
||
url | string | |
question | FT | |
return | string>.Tuple |