From 4425b76ae0c316f455e8580b5ed691cad485bb74 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Sat, 4 Dec 2021 17:45:42 +0800 Subject: [PATCH] =?UTF-8?q?neteasedown=20=E4=BF=AE=E5=A4=8D=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E4=BE=9D=E8=B5=96=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- list.json | 2 +- neteasedown.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/list.json b/list.json index 5dbc8ce..dfa035c 100644 --- a/list.json +++ b/list.json @@ -292,7 +292,7 @@ }, { "name": "neteasedown", - "version": "1.2", + "version": "1.201", "section": "daily", "maintainer": "xtaodada", "size": "6.7 kb", diff --git a/neteasedown.py b/neteasedown.py index 823eb28..4a55af5 100644 --- a/neteasedown.py +++ b/neteasedown.py @@ -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: