mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
parent
0afd59056f
commit
2d0823b012
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ def get_site_alt(link: str):
|
|||
link = link.replace(site_key, SITE_ALTS[site_key])
|
||||
break
|
||||
|
||||
return link.replace('www.', '')
|
||||
return link.replace('www.', '').replace('//m.', '//')
|
||||
|
||||
|
||||
def filter_link_args(query_link):
|
||||
|
|
|
|||
Loading…
Reference in a new issue