diff --git a/lib/utils/google.py b/lib/utils/google.py index 61d1b3695..615b4a1f1 100644 --- a/lib/utils/google.py +++ b/lib/utils/google.py @@ -54,7 +54,7 @@ class Google: matches = [] - regExpr = "class=r\076\074a href=\042(http[s]*://.+?)\042\sclass=l" + regExpr = "class=\042?r\042?\076\074a href=\042(http[s]*://.+?)\042\sclass=\042?l\042?" matches = re.findall(regExpr, page, re.I | re.M) return matches