mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
typo
This commit is contained in:
parent
a58667dcde
commit
722695e725
1 changed files with 0 additions and 2 deletions
|
|
@ -1503,8 +1503,6 @@ async def movieku_scrap(_, callback_query, strings):
|
|||
output.append(title)
|
||||
output.extend(resolutions)
|
||||
output.append('')
|
||||
if not data:
|
||||
return await message.reply(strings("no_result"))
|
||||
if total_links > 70:
|
||||
url = await post_to_telegraph(False, link, "<br>".join(output))
|
||||
return await callback_query.message.edit_msg(strings("res_scrape").format(link=link, kl=f"Your result is too long, i have pasted your result on Telegraph:\n{url}"), reply_markup=keyboard)
|
||||
|
|
|
|||
Loading…
Reference in a new issue