mirror of
https://github.com/soimort/you-get.git
synced 2025-03-13 03:17:44 +03:00
Youku: turn on 1080p, fix #364
This commit is contained in:
parent
ff7b57a065
commit
48906c5624
@ -12,7 +12,7 @@ class Youku(VideoExtractor):
|
||||
|
||||
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': 'mp4', 'container': 'mp4', 'video_profile': '高清'},
|
||||
{'id': 'flvhd', 'container': 'flv', 'video_profile': '高清'},
|
||||
|
Loading…
x
Reference in New Issue
Block a user