Fix unsupported_g_pages in result list (#996)

Closes #995
このコミットが含まれているのは:
Abhishek M J 2023-05-01 21:53:57 +05:30 committed by GitHub
コミット 349b87ec18
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更3行の追加1行の削除

ファイルの表示

@ -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', '')