1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-25 07:32:38 +00:00

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);