youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 918398092c5049a6edf940ebe3c2dd46916ee93c
parent 4e2491f066f81ee9e941c48a910982ec6ac286b5
Author: Fai <4016742+aicest@users.noreply.github.com>
Date:   Tue,  2 Jul 2019 01:10:55 +0800

[xiami] Update API base URL (#21575)


Diffstat:
Myoutube_dl/extractor/xiami.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 = '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)