Post refactor fixes

This commit is contained in:
KZ
2015-07-28 20:22:23 +01:00
parent 51042e91fc
commit 499b53e9ed
18 changed files with 166 additions and 137 deletions

View File

@@ -55,10 +55,8 @@ namespace Jackett.Indexers
};
var response = await webclient.GetString(request);
var firstCallCookies = response.Cookies;
// Redirect to ?
await FollowIfRedirect(request, response,null, firstCallCookies);
// Redirect to /t
await FollowIfRedirect(request, response, null, firstCallCookies);
// Redirect to ? then to /t
await FollowIfRedirect(response, request.Url, null, firstCallCookies);
ConfigureIfOK(firstCallCookies, response.Content.Contains("/my.php"), () =>
{