mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 18:06:07 +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']
|
||||
|
||||
formats = []
|
||||
for key in ('html5Url', 'html5HQUrl'):
|
||||
for key in ('html5Url', 'html5HQUrl', 'html5HQUrl2'):
|
||||
video_url = media_info.get(key)
|
||||
if not video_url:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user