From be0ee031b5c68618349faa9457af9f449a70733e Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Mon, 31 Jan 2022 19:58:43 +0700 Subject: [PATCH] fixes --- program/music.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/program/music.py b/program/music.py index b487111..cf24bb1 100644 --- a/program/music.py +++ b/program/music.py @@ -245,8 +245,7 @@ async def play(c: Client, m: Message): gcname = m.chat.title ctitle = await CHAT_TITLE(gcname) image = await thumb(thumbnail, title, userid, ctitle) - format = "bestaudio[ext=m4a]" - veez, ytlink = await ytdl(format, url) + veez, ytlink = await ytdl(url) if veez == 0: await suhu.edit(f"❌ yt-dl issues detected\n\n» `{ytlink}`") else: