Fix unsupported_g_pages in result list

pull/996/head
Abhishek M J 1 year ago
parent 1eb8e04ed1
commit 590fa0181b

@ -486,7 +486,9 @@ class Filter:
if parent.name == 'footer' or f'{GClasses.footer}' in p_cls:
link.decompose()
parent = parent.parent
return
if link.decomposed:
return
# Replace href with only the intended destination (no "utm" type tags)
href = link['href'].replace('https://www.google.com', '')

Loading…
Cancel
Save