mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
FIxx
This commit is contained in:
parent
07ef958a87
commit
b9b4e1a519
1 changed files with 1 additions and 1 deletions
|
|
@ -837,7 +837,7 @@ async def lk21_scrap(_, msg):
|
|||
head = f"<b>#Layarkaca21 Results For:</b> <code>{title}</code>\n\n"
|
||||
msgs = ""
|
||||
for c, i in enumerate(res["result"], start=1):
|
||||
msgs += f"<b>{c}. <a href='{i['link']}'>{i['judul']}</a></b>\n<b>Category:</b> <code>{i['kategori']}</code>\n💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
||||
msgs += f"<b>{c}. <a href='{i['link']}'>{i['judul']}</a></b>\n<b>Category:</b> <code>{i['kategori']}</code>\n"
|
||||
msgs += (
|
||||
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
||||
if "Complete" or "Ongoing" not in i["kategori"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue