mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 12:24:51 +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,
|
delete_media=True,
|
||||||
) as ytdl:
|
) as ytdl:
|
||||||
upload_key = await ytdl.download(
|
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)
|
await ytdl.upload(app, upload_key, format_, cq, True)
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue