Youku: remove 'hd3' stream type to avoid #364

This commit is contained in:
Mort Yao 2014-07-16 00:11:56 +02:00
parent 7e3ac50fa0
commit 2848ce0695

View File

@ -7,7 +7,8 @@ class Youku(VideoExtractor):
name = "优酷 (Youku)"
stream_types = [
{'id': 'hd3', 'container': 'flv', 'video_profile': '1080P'},
# FIXME: Does not work for 1080P
# {'id': 'hd3', 'container': 'flv', 'video_profile': '1080P'},
{'id': 'hd2', 'container': 'flv', 'video_profile': '超清'},
{'id': 'mp4', 'container': 'mp4', 'video_profile': '高清'},
{'id': 'flvhd', 'container': 'flv', 'video_profile': '高清'},