fouzai

Results 1 comments of fouzai

I have modified this function get_tokens in earthexplorer.py the new function : def _get_tokens(body): """Get `csrf_token` and `__ncforminfo`.""" csrf = re.findall(r'name="csrf" value="(.+?)"', body)[0] # ncform = re.findall(r'name="__ncforminfo" value="(.+?)"', body)[0] if...