mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Reduce result
This commit is contained in:
parent
5e36957449
commit
1b4c365230
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ async def gsearch(_, message):
|
||||||
msg = await message.reply_text(f"**Googling** for `{query}` ...")
|
msg = await message.reply_text(f"**Googling** for `{query}` ...")
|
||||||
try:
|
try:
|
||||||
gs = await fetch.get(
|
gs = await fetch.get(
|
||||||
f"https://www.google.com/search?q={query}&gl=id&hl=id&num=17",
|
f"https://www.google.com/search?q={query}&gl=id&hl=id&num=16",
|
||||||
)
|
)
|
||||||
soup = BeautifulSoup(gs.text, "lxml")
|
soup = BeautifulSoup(gs.text, "lxml")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue