projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2dca40
)
Fixes #8239
author
ping
<lipng.ong@gmail.com>
Sat, 16 Jan 2016 04:17:07 +0000
(12:17 +0800)
committer
ping
<lipng.ong@gmail.com>
Sat, 16 Jan 2016 04:17:07 +0000
(12:17 +0800)
youtube_dl/extractor/neteasemusic.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/neteasemusic.py
b/youtube_dl/extractor/neteasemusic.py
index 15eca825ad9925ac4ab90902123edebc432c0500..848ebdea0773b10f8508873915139035ba633ac2 100644
(file)
--- a/
youtube_dl/extractor/neteasemusic.py
+++ b/
youtube_dl/extractor/neteasemusic.py
@@
-40,7
+40,7
@@
class NetEaseMusicBaseIE(InfoExtractor):
if not details:
continue
formats.append({
- 'url': 'http://
m5
.music.126.net/%s/%s.%s' %
+ 'url': 'http://
203.130.59.9/m1
.music.126.net/%s/%s.%s' %
(cls._encrypt(details['dfsId']), details['dfsId'],
details['extension']),
'ext': details.get('extension'),