mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
parent
6924f5ce0d
commit
a016a1bcf4
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ def bold_search_terms(response: str, query: str) -> BeautifulSoup:
|
|||
else:
|
||||
reg_pattern = fr'\b((?![{{}}<>-]){target_word}(?![{{}}<>-]))\b'
|
||||
|
||||
if re.match('.*[@_!#$%^&*()<>?/\|}{~:].*', target_word) or (
|
||||
if re.match(r'.*[@_!#$%^&*()<>?/\|}{~:].*', target_word) or (
|
||||
element.parent and element.parent.name == 'style'):
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue