mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 08:43:58 +03:00
[acfun] update API
This commit is contained in:
parent
1a979b127a
commit
f6be4a2904
@ -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']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user