in scripts/benchmark-mget.py [0:0]
def extra(regex, text): match = re.search(regex, text, re.DOTALL) if match: return match.group(1)