diff --git a/2_generate_includes.py b/2_generate_includes.py index 99ca616..e674a89 100644 --- a/2_generate_includes.py +++ b/2_generate_includes.py @@ -5,6 +5,12 @@ def extract_regex_from_js(js_code): matches1 = re.findall(pattern1, js_code) matches1 = [match.strip('/') for match in matches1] + pattern1b = r'BypassedByBloggerPemula\(/\s*([a-zA-Z0-9.-]+)\s*/,' + matches1b = re.findall(pattern1b, js_code) + + pattern1c = r'BypassedByBloggerPemula/\(([^)]+)\)/,' + matches1c = re.findall(pattern1c, js_code) + pattern2 = r"(?