WIP: recaptcha

This commit is contained in:
marco
2021-11-21 13:34:24 +01:00
parent 80019ab6b7
commit 15785a653e
6 changed files with 156 additions and 205 deletions

View File

@@ -1138,8 +1138,8 @@ def show_video_info(*args, **kwargs):
def show_recaptcha(key, referer):
from platformcode.recaptcha import Recaptcha
return Recaptcha("Recaptcha.xml", config.get_runtime_path()).Start(key, referer)
from platformcode.recaptcha import Kodi
return Kodi(key, referer).run()
def alert_no_disponible_server(server):