mirror of
https://github.com/soimort/you-get.git
synced 2025-01-24 05:55:02 +03:00
[netease] switch to m5.music.126.net (as suggested in #743)
This commit is contained in:
parent
2fcfcd0488
commit
87121a3a26
@ -164,7 +164,7 @@ def encrypted_id(dfsId):
|
|||||||
|
|
||||||
def make_url(dfsId):
|
def make_url(dfsId):
|
||||||
encId = encrypted_id(dfsId)
|
encId = encrypted_id(dfsId)
|
||||||
mp3_url = "http://m2.music.126.net/%s/%s.mp3" % (encId, dfsId)
|
mp3_url = "http://m5.music.126.net/%s/%s.mp3" % (encId, dfsId)
|
||||||
return mp3_url
|
return mp3_url
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user