Fixed Karagarga to use correct username and password fields for forum login

This commit is contained in:
Patrick Seal 2025-11-20 04:48:46 -08:00 committed by GitHub
parent b7aa5a17d4
commit 6dcdeefabb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
}