mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 15:52:10 +00:00
fx
This commit is contained in:
@@ -1103,8 +1103,6 @@ async def get_file(ctx, source, link):
|
|||||||
logger.info(
|
logger.info(
|
||||||
"Failed to download %s, make sure yt_dlp is up to date", link
|
"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"):
|
for item in Path.glob(Path(dir_path), "**/*.mp3"):
|
||||||
file = item.as_posix()
|
file = item.as_posix()
|
||||||
if platform == "win32":
|
if platform == "win32":
|
||||||
|
|||||||
Reference in New Issue
Block a user