Merge branch 'develop' of https://github.com/IMLink/you-get into IMLink-develop

This commit is contained in:
Mort Yao 2017-10-13 15:42:12 +02:00
commit 2ef577e467
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -43,8 +43,12 @@ class Youku(VideoExtractor):
# Last updated: 2015-11-24
stream_types = [
{'id': 'mp4hd3v2', 'alias-of': 'hd3v2'},
{'id': 'hd3v2', 'container': 'mp4', 'video_profile': '1080P'},
{'id': 'mp4hd3', 'alias-of': 'hd3'},
{'id': 'hd3', 'container': 'flv', 'video_profile': '1080P'},
{'id': 'mp4hd2v2', 'alias-of': 'hd2v2'},
{'id': 'hd2v2', 'container': 'mp4', 'video_profile': '超清'},
{'id': 'mp4hd2', 'alias-of': 'hd2'},
{'id': 'hd2', 'container': 'flv', 'video_profile': '超清'},
{'id': 'mp4hd', 'alias-of': 'mp4'},