import logging import re # ------------------------------------------------------------------------------- # def template(body, domain): BUG_REPORT = 'Cloudflare may have changed their technique, or there may be a bug in the script.' try: js = re.search( r'setTimeout\(function\(\){\s+(.*?a\.value = \S+)', body, re.M | re.S ).group(1) except Exception: raise ValueError('Unable to identify Cloudflare IUAM Javascript on website. {}'.format(BUG_REPORT)) jsEnv = ''' String.prototype.italics=function(str) {{return "" + this + "";}}; var document = {{ createElement: function () {{ return {{ firstChild: {{ href: "https://{domain}/" }} }} }}, getElementById: function () {{ return {{"innerHTML": "{innerHTML}"}}; }} }}; ''' try: innerHTML = re.search( r'