fix-youku-1080p

This commit is contained in:
Amehinou 2017-10-09 00:23:56 +08:00 committed by GitHub
parent 76c303916e
commit e5f467a7e1

View File

@ -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': '标清'},