fix: oops lol
This commit is contained in:
parent
d9f9fafd9f
commit
301f9f73c9
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class MusicDownloader(commands.Cog):
|
||||||
'verbose': True
|
'verbose': True
|
||||||
}
|
}
|
||||||
with YoutubeDL(ydl_opts) as ydl:
|
with YoutubeDL(ydl_opts) as ydl:
|
||||||
info = ydl.extract_info(url=url, false=True)
|
info = ydl.extract_info(url=url, download=False)
|
||||||
title = info['title']
|
title = info['title']
|
||||||
id = info['id']
|
id = info['id']
|
||||||
filename = title + f' [{id}].m4a'
|
filename = title + f' [{id}].m4a'
|
||||||
|
|
Loading…
Reference in a new issue