mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Fix
This commit is contained in:
parent
5875b78285
commit
3f98d31cc5
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ async def ytdl_gendl_callback(_, cq: CallbackQuery):
|
|||
delete_media=True,
|
||||
) as ytdl:
|
||||
upload_key = await ytdl.download(
|
||||
"https://www.youtube.com/watch?v=" + key, uid, format_, cq, True, 3
|
||||
cq.message.reply_to_message.command[1], uid, format_, cq, True, 3
|
||||
)
|
||||
await ytdl.upload(app, upload_key, format_, cq, True)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue