From f6be4a2904b3b1451b1c02f2f58a05b3f789d8f6 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Thu, 15 Feb 2018 21:30:31 +0100 Subject: [PATCH] [acfun] update API --- src/you_get/extractors/acfun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/you_get/extractors/acfun.py b/src/you_get/extractors/acfun.py index a5ea7659..c521422f 100644 --- a/src/you_get/extractors/acfun.py +++ b/src/you_get/extractors/acfun.py @@ -49,7 +49,7 @@ def acfun_download_by_vid(vid, title, output_dir='.', merge=True, info_only=Fals """ #first call the main parasing API - info = json.loads(get_content('http://www.acfun.tv/video/getVideo.aspx?id=' + vid)) + info = json.loads(get_content('http://www.acfun.cn/video/getVideo.aspx?id=' + vid)) sourceType = info['sourceType']