Make lib curl more stable

This commit is contained in:
KZ
2015-07-25 09:34:15 +01:00
parent 2e7fc987ac
commit 65be91c932
4 changed files with 82 additions and 80 deletions

View File

@@ -105,7 +105,6 @@ namespace Jackett.Indexers
dom["#loginform > table"].Remove();
var errorMessage = dom["#loginform"].Text().Trim().Replace("\n\t", " ");
throw new ExceptionWithConfigData(errorMessage, (ConfigurationData)config);
}
else
{