Skip to content

Commit

Permalink
网易云音乐API可用
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHJK committed Aug 25, 2019
1 parent 43d4fe5 commit b0ccbf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions music_dl/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def search(self, keyword, sources_list) -> list:
"baidu": "baidu",
# "flac": "flac",
# "kugou": "kugou",
# "netease": "netease",
# "163": "netease",
"netease": "netease",
"163": "netease",
"qq": "qq",
# "xiami": "xiami",
}
Expand Down Expand Up @@ -110,7 +110,7 @@ def single(self, url):
# "baidu.com": "baidu",
# "flac": "flac",
# "kugou.com": "kugou",
# "163.com": "netease",
"163.com": "netease",
# "qq.com": "qq",
# "xiami.com": "xiami",
}
Expand All @@ -135,7 +135,7 @@ def playlist(self, url) -> list:
# "baidu.com": "baidu",
# "flac": "flac",
# "kugou.com": "kugou",
# "163.com": "netease",
"163.com": "netease",
# "qq.com": "qq",
# "xiami.com": "xiami",
}
Expand Down

0 comments on commit b0ccbf3

Please sign in to comment.