Aggiornato Httptools e cloudscrape

Fix per Py3 e commenti in inglese
This commit is contained in:
Alhaziel
2019-11-20 12:10:41 +01:00
committed by marco
parent 7b0a3152de
commit b0a69f9d86
8 changed files with 12622 additions and 1104 deletions

View File

@@ -19,7 +19,7 @@ class ChallengeInterpreter(JavaScriptInterpreter):
def eval(self, jsEnv, js):
try:
return v8eval.V8().eval('{}{}'.format(jsEnv, js))
except: # noqa
except: # noqa
RuntimeError('We encountered an error running the V8 Engine.')