mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-04 03:24:50 +00:00
Final Fix
This commit is contained in:
parent
f5832fc998
commit
82979e5646
1 changed files with 2 additions and 2 deletions
|
|
@ -249,8 +249,8 @@ async def getDataLendrive(msg, kueri, CurrentPage):
|
||||||
soup = BeautifulSoup(data.text, "lxml")
|
soup = BeautifulSoup(data.text, "lxml")
|
||||||
lenddata = []
|
lenddata = []
|
||||||
for o in soup.find_all(class_="bsx"):
|
for o in soup.find_all(class_="bsx"):
|
||||||
title = o.find("a")["href"]
|
title = o.find("a")["title"]
|
||||||
link = o.find("a")["title"]
|
link = o.find("a")["href"]
|
||||||
status = o.find(class_="epx").text
|
status = o.find(class_="epx").text
|
||||||
kualitas = o.find(class_="typez TV").text if o.find(class_="typez TV") else o.find(class_="typez BD")
|
kualitas = o.find(class_="typez TV").text if o.find(class_="typez TV") else o.find(class_="typez BD")
|
||||||
lenddata.append({"judul": title, "link": link, "quality": kualitas, "status": status})
|
lenddata.append({"judul": title, "link": link, "quality": kualitas, "status": status})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue