improve UX speed

This commit is contained in:
Hodza Alban 2017-08-10 09:26:54 +02:00 committed by GitHub
parent 5a6ebb8eaf
commit ad28329a3e

View File

@ -22,11 +22,10 @@ def get_format(bot, update):
def download_choosen_format(bot, update):
query = update.callback_query
video.download(query.data)
bot.edit_message_text(text="Downloading...",
chat_id=query.message.chat_id,
message_id=query.message.message_id)
video.download(query.data)
with video.send() as files:
for f in files: