mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 21:45:02 +03:00
Youku: remove 'hd3' stream type to avoid #364
This commit is contained in:
parent
7e3ac50fa0
commit
2848ce0695
@ -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': '高清'},
|
||||
|
Loading…
Reference in New Issue
Block a user