Mark Sanders
Mark Sanders
That still poses the risk of the validator accepting a generator at runtime and not behaving as one would expect. Is it viable to implement an assertion or a warning...
Hey folks, I'm sorry I have not been able to maintain this. If anyone is interested in becoming a maintainer please reach out to me and I will set you...
Confirmed for whoscored.com. I will be looking into it. Can anyone post the error messages that they're getting?
Please see issue #4 for follow ups with whoscored.com. I will be looking into the other sites soon.
Code diff needs to be translated into python and inserted into the method below which can be found in [incapsula.session.IncapSession._set_incap_cookie()](https://github.com/ziplokk1/incapsula-cracker-py3/blob/master/incapsula/session.py) ```python def _set_incap_cookie(self, v_array, domain=''): """ Calculate the final value...
The full de-obfuscated .js file from whoscored.com can be found [here](https://gist.github.com/ziplokk1/5a6a1e0ede02d8942e21d309a06a67c9).
the variable `sl` changes with each request to the obfuscated code despite the host and the endpoint/querystring. Originally I thought it was some site-specific base64 encoded key or something, but...
Sorry, I have been a bit busy lately. I will try to review the changes this weekend and create and `experimental` branch so that I can merge your changes without...