fixes
This commit is contained in:
parent
0c0c9db41e
commit
be0ee031b5
@ -245,8 +245,7 @@ async def play(c: Client, m: Message):
|
|||||||
gcname = m.chat.title
|
gcname = m.chat.title
|
||||||
ctitle = await CHAT_TITLE(gcname)
|
ctitle = await CHAT_TITLE(gcname)
|
||||||
image = await thumb(thumbnail, title, userid, ctitle)
|
image = await thumb(thumbnail, title, userid, ctitle)
|
||||||
format = "bestaudio[ext=m4a]"
|
veez, ytlink = await ytdl(url)
|
||||||
veez, ytlink = await ytdl(format, url)
|
|
||||||
if veez == 0:
|
if veez == 0:
|
||||||
await suhu.edit(f"❌ yt-dl issues detected\n\n» `{ytlink}`")
|
await suhu.edit(f"❌ yt-dl issues detected\n\n» `{ytlink}`")
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user