mirror of
https://github.com/soimort/you-get.git
synced 2025-03-15 04:13:58 +03:00
Youku: no more FIXME
This commit is contained in:
parent
48906c5624
commit
43890131c0
@ -11,7 +11,6 @@ class Youku(VideoExtractor):
|
|||||||
name = "优酷 (Youku)"
|
name = "优酷 (Youku)"
|
||||||
|
|
||||||
stream_types = [
|
stream_types = [
|
||||||
# FIXME: Does not work for 1080P
|
|
||||||
{'id': 'hd3', 'container': 'flv', 'video_profile': '1080P'},
|
{'id': 'hd3', 'container': 'flv', 'video_profile': '1080P'},
|
||||||
{'id': 'hd2', 'container': 'flv', 'video_profile': '超清'},
|
{'id': 'hd2', 'container': 'flv', 'video_profile': '超清'},
|
||||||
{'id': 'mp4', 'container': 'mp4', 'video_profile': '高清'},
|
{'id': 'mp4', 'container': 'mp4', 'video_profile': '高清'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user