mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-15 13:55:38 +00:00
Update youtube_dl/extractor/videocdn.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
5d37e5e19d
commit
47390b1355
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ class VideoCdnIE(InfoExtractor):
|
|||
formats = []
|
||||
if manifest_url and determine_ext(manifest_url) == 'm3u8':
|
||||
formats.extend(self._extract_m3u8_formats(
|
||||
compat_urlparse.urljoin(url, manifest_url),
|
||||
video_id, 'mp4',
|
||||
manifest_url, video_id, 'mp4',
|
||||
entry_protocol='m3u8_native', m3u8_id='m3u8'))
|
||||
self._sort_formats(formats)
|
||||
|
||||
|
|
Loading…
Reference in a new issue