mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-12-28 12:48:52 +08:00
Fixed Karagarga to use correct username and password fields for forum login
This commit is contained in:
parent
b7aa5a17d4
commit
6dcdeefabb
1 changed files with 2 additions and 2 deletions
|
|
@ -104,8 +104,8 @@ class KaragargaProvider(Provider):
|
|||
"auth_key": "880ea6a14ea49e853634fbdc5015a024",
|
||||
#
|
||||
"referer": "https://forum.karagarga.in/",
|
||||
"ips_username": self._username,
|
||||
"ips_password": self._password,
|
||||
"ips_username": self._f_username,
|
||||
"ips_password": self._f_password,
|
||||
"rememberMe": "1",
|
||||
"anonymous": "1",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue