mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-24 21:53:36 +00:00
neteasedown 修复缺失依赖包
This commit is contained in:
parent
fae5d84979
commit
4425b76ae0
@ -292,7 +292,7 @@
|
||||
},
|
||||
{
|
||||
"name": "neteasedown",
|
||||
"version": "1.2",
|
||||
"version": "1.201",
|
||||
"section": "daily",
|
||||
"maintainer": "xtaodada",
|
||||
"size": "6.7 kb",
|
||||
|
@ -12,7 +12,7 @@ try:
|
||||
|
||||
cc_imported = True
|
||||
except ImportError:
|
||||
print(f'[!] Please install {executable} -m pip install mutagen git+https://github.com/Xtao-Labs/pyncm.git')
|
||||
print(f'[!] Please install {executable} -m pip install requests mutagen pycryptodome tqdm git+https://github.com/Xtao-Labs/pyncm.git')
|
||||
cc_imported = False
|
||||
|
||||
|
||||
@ -78,7 +78,7 @@ async def netease_down(track_info: dict, song_info: dict) -> str:
|
||||
parameters="{关键词/id}/{login <账号> <密码>}/{clear}")
|
||||
async def ned(context):
|
||||
if not cc_imported:
|
||||
await context.edit(f"[!] Please run `-sh {executable} -m pip install "
|
||||
await context.edit(f"[!] Please run `-sh {executable} -m pip install requests pycryptodome tqdm "
|
||||
f"mutagen git+https://github.com/Xtao-Labs/pyncm.git` and then restart pagermaid.")
|
||||
return
|
||||
if len(context.parameter) < 1:
|
||||
|
Loading…
Reference in New Issue
Block a user