mirror of
https://github.com/soimort/you-get.git
synced 2025-02-11 12:42:29 +03:00
fix-youku-1080p
This commit is contained in:
parent
76c303916e
commit
e5f467a7e1
@ -45,8 +45,12 @@ class Youku(VideoExtractor):
|
||||
stream_types = [
|
||||
{'id': 'mp4hd3v2', 'alias-of': 'hd3'},
|
||||
{'id': 'hd3', 'container': 'flv', 'video_profile': '1080P'},
|
||||
{'id': 'mp4hd3', 'alias-of': 'hd3'},
|
||||
{'id': 'hd3', 'container': 'flv', 'video_profile': '1080P'},
|
||||
{'id': 'mp4hd2v2', 'alias-of': 'hd2'},
|
||||
{'id': 'hd2', 'container': 'flv', 'video_profile': '超清'},
|
||||
{'id': 'mp4hd2', 'alias-of': 'hd2'},
|
||||
{'id': 'hd2', 'container': 'flv', 'video_profile': '超清'},
|
||||
{'id': 'mp4hd', 'alias-of': 'mp4'},
|
||||
{'id': 'mp4', 'container': 'mp4', 'video_profile': '高清'},
|
||||
{'id': 'flvhd', 'container': 'flv', 'video_profile': '标清'},
|
||||
|
Loading…
Reference in New Issue
Block a user