mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-01 10:34:51 +00:00
Fix
This commit is contained in:
parent
b932eca230
commit
ed870d3a67
1 changed files with 1 additions and 1 deletions
|
|
@ -919,7 +919,7 @@ async def gomov_scrap(_, msg):
|
|||
msgs += f"<b>{c}. <a href='{i['link']}'>{i['judul']}</a></b>\n<b>Genre:</b> <code>{i['genre']}</code>\n"
|
||||
msgs += (
|
||||
f"<b>Extract:</b> <code>/{msg.command[0]}_scrap {i['link']}</code>\n\n"
|
||||
if not "/tv/" in i["link"]
|
||||
if not re.search(r"series", i["genre"])
|
||||
else "\n"
|
||||
)
|
||||
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000:
|
||||
|
|
|
|||
Loading…
Reference in a new issue