Revert "core: refactor http webclient part 1 #8529 (#7652)"

This reverts commit 0bdcfd1e7b.
This commit is contained in:
ngosang
2020-09-21 08:04:26 +02:00
parent 9c492c5dcb
commit 1271ecaa4c
90 changed files with 380 additions and 380 deletions

View File

@@ -163,7 +163,7 @@ namespace Jackett.Common.Indexers
throw new WebException($"Anidex search returned unexpected result. Expected 200 OK but got {response.Status}.", WebExceptionStatus.ProtocolError);
// Search seems to have been a success so parse it
return ParseResult(response.ContentString);
return ParseResult(response.Content);
}
private IEnumerable<ReleaseInfo> ParseResult(string response)