mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-09 19:52:52 +08:00
Update xuite.py
This commit is contained in:
parent
61c5f04993
commit
b6d125ed5c
@ -107,7 +107,7 @@ class XuiteIE(InfoExtractor):
|
|||||||
video_id = media_info['MEDIA_ID']
|
video_id = media_info['MEDIA_ID']
|
||||||
|
|
||||||
formats = []
|
formats = []
|
||||||
for key in ('html5Url', 'html5HQUrl'):
|
for key in ('html5Url', 'html5HQUrl', 'html5HQUrl2'):
|
||||||
video_url = media_info.get(key)
|
video_url = media_info.get(key)
|
||||||
if not video_url:
|
if not video_url:
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user