We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb8e04 commit 349b87eCopy full SHA for 349b87e
1 file changed
app/filter.py
@@ -486,7 +486,9 @@ def update_link(self, link: Tag) -> None:
486
if parent.name == 'footer' or f'{GClasses.footer}' in p_cls:
487
link.decompose()
488
parent = parent.parent
489
- return
+
490
+ if link.decomposed:
491
+ return
492
493
# Replace href with only the intended destination (no "utm" type tags)
494
href = link['href'].replace('https://www.google.com', '')
0 commit comments