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:
parent
5c855d3b50
commit
e8239f4899
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ namespace Jackett.Indexers
|
|||
Url = TakeLoginUrl,
|
||||
Type = RequestType.POST,
|
||||
Referer = UseLink,
|
||||
Encoding = Encoding,
|
||||
PostData = pairs
|
||||
};
|
||||
var response = await webclient.GetString(request);
|
||||
|
|
Loading…
Reference in a new issue