andresarslanian

Results 1 comments of andresarslanian

Just to add to @LuisUrrutia answer, I had to do something different in `parser.py` to make it work... in `incapsula_script_url` I've added ``` m = re.search(r"_analytics_scr.src = '(.*)';", self.response.text) if...