Compare commits
2 Commits
aa5c31c257
...
84ece943ee
Author | SHA1 | Date | |
---|---|---|---|
84ece943ee | |||
5a6e7651ed |
@ -311,7 +311,7 @@ def get_data_without_blocking(song_name):
|
|||||||
elif choice == "QQ":
|
elif choice == "QQ":
|
||||||
url1 = f"{url}?msg={song_name}&num=60&type=json&key=Dragon5B887C2DC41AD03C93F06BAF4B7888C3"
|
url1 = f"{url}?msg={song_name}&num=60&type=json&key=Dragon5B887C2DC41AD03C93F06BAF4B7888C3"
|
||||||
elif choice == "KUGOU":
|
elif choice == "KUGOU":
|
||||||
url1 = f"{url}?msg={song_name}&num=60&type=json&key=Dragon5B887C2DC41AD03C93F06BAF4B7888C3"
|
url1 = f"{url}?msg={song_name.replace(' ', '')}&num=60&type=json&key=Dragon5B887C2DC41AD03C93F06BAF4B7888C3"
|
||||||
resp = requests.get(url1)
|
resp = requests.get(url1)
|
||||||
jsondata = resp.json()["data"]
|
jsondata = resp.json()["data"]
|
||||||
resp.close()
|
resp.close()
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
4.3.2
|
4.3.2
|
||||||
http://pan.nanfengling.cn/f/4Qc2/update.exe
|
http://pan.nanfengling.cn/f/4Qc2/update.exe
|
||||||
http://pan.nanfengling.cn/f/pvdsV/NFLmusicv4.3.2.exe
|
http://pan.nanfengling.cn/f/gj0UE/NFLmusicv4.3.2.exe
|
Reference in New Issue
Block a user