This commit is contained in:
2024-04-05 16:39:59 +02:00
parent b90444dfc3
commit a545e5f84d
-2
View File
@@ -1103,8 +1103,6 @@ async def get_file(ctx, source, link):
logger.info(
"Failed to download %s, make sure yt_dlp is up to date", link
)
extract = re.search("v=(...........)[&,$]*", link)
ident = extract.group(1)
for item in Path.glob(Path(dir_path), "**/*.mp3"):
file = item.as_posix()
if platform == "win32":