Fixes #1144
@ -37,6 +37,8 @@ namespace NzbDrone.Core.Indexers.Gazelle
$"{APIUrl}?{searchParameters}",
HttpAccept.Json);
request.HttpRequest.AllowAutoRedirect = false;
yield return request;
}
@ -255,6 +255,8 @@ namespace NzbDrone.Core.Indexers.Definitions
var request = new IndexerRequest(searchUrl, HttpAccept.Html);
@ -194,6 +194,8 @@ namespace NzbDrone.Core.Indexers.Definitions
@ -1480,6 +1480,8 @@ namespace NzbDrone.Core.Indexers.Definitions