IPTorrents: use encoding during login

This commit is contained in:
kaso17
2016-12-21 17:32:24 +01:00
parent 5c855d3b50
commit e8239f4899

View File

@@ -156,6 +156,7 @@ namespace Jackett.Indexers
Url = TakeLoginUrl,
Type = RequestType.POST,
Referer = UseLink,
Encoding = Encoding,
PostData = pairs
};
var response = await webclient.GetString(request);