From bf5e7bd201e04c7910844088621572d957d9d596 Mon Sep 17 00:00:00 2001 From: yasir Date: Mon, 9 Jan 2023 09:41:14 +0700 Subject: [PATCH] FIxx --- misskaty/plugins/scrapwebsite.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misskaty/plugins/scrapwebsite.py b/misskaty/plugins/scrapwebsite.py index 2ec50fff..0e32e13c 100644 --- a/misskaty/plugins/scrapwebsite.py +++ b/misskaty/plugins/scrapwebsite.py @@ -76,7 +76,7 @@ async def zonafilm(_, msg): msgs += ( f"Extract: /{msg.command[0]}_scrap {i['link']}\n\n" if not "/tv/" in i["link"] - else "" + else "\n" ) if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000: await msg.reply( @@ -661,7 +661,7 @@ async def terbit21_scrap(_, msg): msgs += f"{c}. {i['judul']}\nCategory: {i['kategori']}\n" msgs += ( f"💠 Download\n\n" - if ["complete", "ongoing"] not in i["kategori"] + if ["Complete", "Ongoing"] not in i["kategori"] else "" ) if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000: @@ -915,7 +915,7 @@ async def gomov_scrap(_, msg): msgs += ( f"Extract: /{msg.command[0]}_scrap {i['link']}\n\n" if not "/tv/" in i["link"] - else "" + else "\n" ) if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000: await msg.reply(