mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 03:45:23 +00:00
add hint
This commit is contained in:
parent
fb0348e0a1
commit
8865307822
@ -118,6 +118,7 @@ def forward_video(url, client, bot_msg):
|
||||
vip.use_quota(chat_id, file_size)
|
||||
caption, _ = gen_cap(bot_msg, url, obj)
|
||||
res_msg.edit_text(caption, reply_markup=gen_video_markup())
|
||||
bot_msg.edit_text(f"Download success!✅✅✅")
|
||||
red.update_metrics("cache_hit")
|
||||
return True
|
||||
|
||||
@ -205,7 +206,7 @@ def direct_normal_download(bot_msg, client, url):
|
||||
caption=f"filesize: {sizeof_fmt(st_size)}",
|
||||
progress=upload_hook, progress_args=(bot_msg,),
|
||||
)
|
||||
bot_msg.edit_text(f"Download success!✅")
|
||||
bot_msg.edit_text("Download success!✅")
|
||||
|
||||
|
||||
def normal_audio(bot_msg, client):
|
||||
|
Loading…
Reference in New Issue
Block a user