mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 10:44:50 +00:00
Fix
This commit is contained in:
parent
a7edcc29cc
commit
5eed1760a2
1 changed files with 3 additions and 3 deletions
|
|
@ -1002,9 +1002,9 @@ async def lendrive_dl(_, callback_query):
|
|||
InlineButton("❌ Close", f"close#{callback_query.from_user.id}")
|
||||
)
|
||||
try:
|
||||
html = await http.get(link, headers=headers)
|
||||
soup = BeautifulSoup(html.text, "lxml")
|
||||
j = soup.findAll("div", class_="soraurlx")
|
||||
hmm = await http.get(link, headers=headers)
|
||||
q = BeautifulSoup(hmm.text, "lxml")
|
||||
j = q.findAll("div", class_="soraurlx")
|
||||
kl = "<b>#Lendrive Results Download URL:</b>\n\n"
|
||||
for i in j:
|
||||
if not i.find("a"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue