fix recaptcha (#363)

* ignore bin and abi

* use ITA

* change language by arguments
This commit is contained in:
fatshotty
2021-11-24 18:05:07 +01:00
committed by GitHub
parent 5233da7638
commit 591fb12edf
3 changed files with 18 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ from threading import Thread
import channelselector
import xbmcgui
from core import httptools
from core import httptools, support
from core import filetools
from platformcode import config, platformtools
from platformcode import logger
@@ -43,6 +43,7 @@ class Kodi:
api_key=key,
site_url=referer,
user_agent=httptools.get_user_agent(),
lang = 'en'
)
def run(self):