mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Fix
This commit is contained in:
parent
0c9ddce219
commit
c9a2a5f042
1 changed files with 0 additions and 2 deletions
|
|
@ -1007,8 +1007,6 @@ async def lendrive_dl(_, callback_query):
|
|||
j = q.findAll("div", class_="soraurlx")
|
||||
kl = "<b>#Lendrive Results Download URL:</b>\n\n"
|
||||
for i in j:
|
||||
if not i.find("a"):
|
||||
continue
|
||||
kl += f"{i.find('strong')}:\n"
|
||||
kl += "".join(f"[ <a href='{a.get('href')}'>{a.text}</a> ]\n" for a in i.findAll("a"))
|
||||
await editPesan(callback_query.message, f"<b>Scrape result from {link}</b>:\n\n{kl}", reply_markup=keyboard)
|
||||
|
|
|
|||
Loading…
Reference in a new issue