mirror of https://github.com/yt-dlp/yt-dlp.git
[youku] Put the missing item to get_hd
This commit is contained in:
parent
174964a7bc
commit
deb1e8d20e
|
@ -150,6 +150,7 @@ class YoukuIE(InfoExtractor):
|
||||||
'mp4': '1',
|
'mp4': '1',
|
||||||
'mp4hd': '1',
|
'mp4hd': '1',
|
||||||
'mp4hd2': '1',
|
'mp4hd2': '1',
|
||||||
|
'mp4hd3': '1',
|
||||||
'hd2': '2',
|
'hd2': '2',
|
||||||
'hd3': '3',
|
'hd3': '3',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue