1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-07 09:57:16 +08:00

[xiami] Update API base URL

This commit is contained in:
Fai 2019-06-30 15:40:06 +08:00
parent c560680247
commit f0504545ff

View File

@ -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 = 'https://emumo.xiami.com/song/playlist/cat/json/id'
def _download_webpage_handle(self, *args, **kwargs):
webpage = super(XiamiBaseIE, self)._download_webpage_handle(*args, **kwargs)