Aggiornato Httptools e cloudscrape
Fix per Py3 e commenti in inglese
This commit is contained in:
@@ -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.')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user