projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e2491f
)
[xiami] Update API base URL (#21575)
author
Fai
<4016742+aicest@users.noreply.github.com>
Mon, 1 Jul 2019 17:10:55 +0000
(
01:10
+0800)
committer
Sergey M
<dstftw@gmail.com>
Mon, 1 Jul 2019 17:10:55 +0000
(
00:10
+0700)
youtube_dl/extractor/xiami.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/xiami.py
b/youtube_dl/extractor/xiami.py
index 8333fb5349980b964d31256d98f0ef7fb576d738..618da8382bcbbb3800dc553c80edc2c74fea5c5e 100644
(file)
--- a/
youtube_dl/extractor/xiami.py
+++ b/
youtube_dl/extractor/xiami.py
@@
-7,7
+7,7
@@
from ..utils import int_or_none
class XiamiBaseIE(InfoExtractor):
- _API_BASE_URL = 'http
://www
.xiami.com/song/playlist/cat/json/id'
+ _API_BASE_URL = 'http
s://emumo
.xiami.com/song/playlist/cat/json/id'
def _download_webpage_handle(self, *args, **kwargs):
webpage = super(XiamiBaseIE, self)._download_webpage_handle(*args, **kwargs)