This commit is contained in:
yasirarism 2023-08-26 22:19:21 +07:00 committed by GitHub
parent 51ffce69a3
commit 6ba7d7ed12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,7 +208,7 @@ async def gsearch(_, message):
# collect data
data = []
for result in soup.select(".tF2Cxc"):hmm
for result in soup.select(".tF2Cxc"):
link = result.select_one(".yuRUbf a")["href"]
title = result.select_one(".DKV0Md").text
try: