mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-12-22 20:20:09 +09:00
Update youtube_dl/extractor/videocdn.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
bdd0cf4611
commit
5d37e5e19d
@ -54,6 +54,7 @@ class VideoCdnIE(InfoExtractor):
|
|||||||
compat_urlparse.urljoin(url, manifest_url),
|
compat_urlparse.urljoin(url, manifest_url),
|
||||||
video_id, 'mp4',
|
video_id, 'mp4',
|
||||||
entry_protocol='m3u8_native', m3u8_id='m3u8'))
|
entry_protocol='m3u8_native', m3u8_id='m3u8'))
|
||||||
|
self._sort_formats(formats)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user