BrowserUtil, tryparse added

This commit is contained in:
ThomasAmpen
2015-07-12 19:52:32 +02:00
parent 905d522a9b
commit f2f38605bf
14 changed files with 59 additions and 136 deletions

View File

@@ -23,7 +23,7 @@ namespace Jackett
static string LoginPostUrl = BaseUrl + "/login.php?action=makelogin";
static string SearchUrl = BaseUrl + "/browse.php";
static string chromeUserAgent = "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36";
static string chromeUserAgent = BrowserUtil.ChromeUserAgent;
CookieContainer cookies;
HttpClientHandler handler;