mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-04 19:24:51 +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"
|
head = f"<b>#Layarkaca21 Results For:</b> <code>{title}</code>\n\n"
|
||||||
msgs = ""
|
msgs = ""
|
||||||
for c, i in enumerate(res["result"], start=1):
|
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 += (
|
msgs += (
|
||||||
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
f"💠 <b><a href='{i['dl']}'>Download</a></b>\n\n"
|
||||||
if "Complete" or "Ongoing" not in i["kategori"]
|
if "Complete" or "Ongoing" not in i["kategori"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue