mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Update misc_tools.py
This commit is contained in:
parent
0e6d6b78d8
commit
b07d41c098
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ async def gsearch(self, message):
|
|||
title = result.select_one(".DKV0Md").text
|
||||
if snippet := result.find(class_="VwiC3b yXK7lf lVm3ye r025kc hJNv6b"):
|
||||
snippet = snippet.get_text()
|
||||
elif snippet := result.find(class_="LEwnzc Sqrs4e"):
|
||||
elif snippet := result.find(class_="VwiC3b yXK7lf lVm3ye r025kc hJNv6b Hdw6tb"):
|
||||
snippet = snippet.get_text()
|
||||
else:
|
||||
snippet = "-"
|
||||
|
|
|
|||
Loading…
Reference in a new issue