Curl: Fix cloudflare challenges

This commit is contained in:
kaso17 2016-12-10 15:01:35 +01:00
parent 606e629cc6
commit ca2b4110bb
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ namespace Jackett
easy.UserAgent = BrowserUtil.ChromeUserAgent;
easy.FollowLocation = false;
easy.ConnectTimeout = 20;
easy.FailOnError = true;
if(curlRequest.Headers != null)
{
CurlSlist curlHeaders = new CurlSlist();