Compare commits
10 Commits
75a8ab3091
...
master
Author | SHA1 | Date | |
---|---|---|---|
2ba7e62ef0 | |||
9985d44424 | |||
867a49b2a2 | |||
19219015a6 | |||
09d10ea8c6 | |||
e841dcb2d0 | |||
3b8f1fcb5d | |||
d92cabc97d | |||
648dd7e090 | |||
9b9282b0c8 |
1
.idea/NFLmusic.iml
generated
1
.idea/NFLmusic.iml
generated
@ -3,6 +3,7 @@
|
|||||||
<component name="NewModuleRootManager">
|
<component name="NewModuleRootManager">
|
||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="jdk" jdkName="Python 3.6 (NFLmusic)" jdkType="Python SDK" />
|
<orderEntry type="jdk" jdkName="Python 3.6 (NFLmusic)" jdkType="Python SDK" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
@ -163,7 +163,7 @@ def download_music(song_name, choose):
|
|||||||
singer = resp.json()["song_singer"]
|
singer = resp.json()["song_singer"]
|
||||||
music_url = resp.json()["flac_url"]
|
music_url = resp.json()["flac_url"]
|
||||||
elif choice == "WANGYIYUN":
|
elif choice == "WANGYIYUN":
|
||||||
resp = requests.get(f"{url}?gm={song_name}&n={choose}&br={br}&num=60&type=json")
|
resp = requests.get(f"{url}?gm={song_name}&n={choose}&br={br}&num=60&type=json&key=Dragon5B887C2DC41AD03C93F06BAF4B7888C3")
|
||||||
resp.close()
|
resp.close()
|
||||||
id = resp.json()["link"].rsplit("=", 1)[1]
|
id = resp.json()["link"].rsplit("=", 1)[1]
|
||||||
try:
|
try:
|
||||||
@ -329,7 +329,7 @@ def get_data_without_blocking(song_name):
|
|||||||
if choice == "KUWO":
|
if choice == "KUWO":
|
||||||
url1 = f"{url}?msg={song_name}&num=60&type=json"
|
url1 = f"{url}?msg={song_name}&num=60&type=json"
|
||||||
elif choice == "WANGYIYUN":
|
elif choice == "WANGYIYUN":
|
||||||
url1 = f"{url}?gm={song_name}&num=60&type=json"
|
url1 = f"{url}?gm={song_name}&num=60&type=json&key=Dragon5B887C2DC41AD03C93F06BAF4B7888C3"
|
||||||
elif choice == "QQ":
|
elif choice == "QQ":
|
||||||
url1 = f"{url}?msg={song_name}&num=60&type=json"
|
url1 = f"{url}?msg={song_name}&num=60&type=json"
|
||||||
elif choice == "KUGOU":
|
elif choice == "KUGOU":
|
||||||
@ -430,7 +430,7 @@ def delete():
|
|||||||
os.remove(abs_path_lrc)
|
os.remove(abs_path_lrc)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
music_dir_without_endswith.remove(filtered_list[listbox1.curselection()[0]])
|
music_dir_without_endswith.remove(listbox1.get(0, END)[listbox1.curselection()[0]])
|
||||||
music_dir.remove(music_dir[listbox1.curselection()[0]])
|
music_dir.remove(music_dir[listbox1.curselection()[0]])
|
||||||
listbox1.delete(listbox1.curselection()[0])
|
listbox1.delete(listbox1.curselection()[0])
|
||||||
except IndexError:
|
except IndexError:
|
||||||
@ -1331,7 +1331,7 @@ def search_local_song():
|
|||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|
||||||
|
|
||||||
version = "4.2.5"
|
version = "4.2.7"
|
||||||
poem = ""
|
poem = ""
|
||||||
appdata = os.getenv("APPDATA")
|
appdata = os.getenv("APPDATA")
|
||||||
make_resource()
|
make_resource()
|
||||||
|
@ -38,7 +38,7 @@ api_data = {
|
|||||||
"标准音质": 128
|
"标准音质": 128
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"WANGYIYUN": ["https://www.hhlqilongzhu.cn/api/dg_wyymusic.php",
|
"WANGYIYUN": ["https://sdkapi.hhlqilongzhu.cn/api/dgMusic_wyy",
|
||||||
{
|
{
|
||||||
"标准音质": 1,
|
"标准音质": 1,
|
||||||
"极高音质": 2,
|
"极高音质": 2,
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
4.2.5
|
4.2.7
|
||||||
http://pan.nanfengling.cn/f/4Qc2/update.exe
|
http://pan.nanfengling.cn/f/4Qc2/update.exe
|
||||||
http://pan.nanfengling.cn/f/lWPTv/NFLmusicv4.2.5.exe
|
http://pan.nanfengling.cn/f/MdkhO/NFLmusicv4.2.7.exe
|
@ -1,5 +1,5 @@
|
|||||||
v4.2.5 - 2025.5.4
|
v4.2.7 - 2025.6.9
|
||||||
修复了用户删除歌曲后频繁刷新的问题
|
修复了网易云音乐下载源无法正常使用的问题
|
||||||
|
|
||||||
本产品是南凤科技旗下的音乐下载器
|
本产品是南凤科技旗下的音乐下载器
|
||||||
旨在提升用户体验,
|
旨在提升用户体验,
|
||||||
|
@ -18,16 +18,16 @@
|
|||||||
{
|
{
|
||||||
"version": "v3.6.1",
|
"version": "v3.6.1",
|
||||||
"upload_time": "2024年3月1日",
|
"upload_time": "2024年3月1日",
|
||||||
"url": "https://wwo.lanzout.com/iHciX21mccmh",
|
"url": "https://wwtx.lanzoup.com/iclud2vq9y2f",
|
||||||
"password": "chai",
|
"password": "eeof",
|
||||||
"log": "整合了下载源\n优化了数据格式",
|
"log": "整合了下载源\n优化了数据格式",
|
||||||
"brief": "2条优化"
|
"brief": "2条优化"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "v3.6.2",
|
"version": "v3.6.2",
|
||||||
"upload_time": "2024年3月15日",
|
"upload_time": "2024年3月15日",
|
||||||
"url": "https://wwo.lanzout.com/i1byb21mcdfg",
|
"url": "https://wwtx.lanzoup.com/itI4r2vqa5mh",
|
||||||
"password": "2dqj",
|
"password": "ey80",
|
||||||
"log": "修复了搜索函数搜索失败问题\n修复了主题参数读取异常\n优化了搜索函数",
|
"log": "修复了搜索函数搜索失败问题\n修复了主题参数读取异常\n优化了搜索函数",
|
||||||
"brief": "2条修复,1条优化"
|
"brief": "2条修复,1条优化"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user