This commit is contained in:
yasir 2022-12-10 20:57:52 +07:00
parent 8221672d76
commit e9427ca542

View file

@ -93,7 +93,7 @@ async def ytdl_listall_callback(_, cq: CallbackQuery):
async def ytdl_extractinfo_callback(_, cq: CallbackQuery):
if cq.from_user.id != cq.message.reply_to_message.from_user.id:
return await cq.answer("Not your task", True)
await c_q.answer("Please Wait...")
await cq.answer("Please Wait...")
callback = cq.data.split("|")
async with iYTDL(
log_group_id=0, cache_path="cache", ffmpeg_location="/usr/bin/mediaextract"