{i['genre']}\n"
msgs += (
f"Extract: /{msg.command[0]}_scrap {i['link']}\n\n"
- if not "/tv/" in i["link"]
+ if "/tv/" not in i["link"]
else "\n"
)
if len(head.encode("utf-8") + msgs.encode("utf-8")) >= 4000: