mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 04:02:40 +01:00
[tvp] Update dash format comment
This commit is contained in:
parent
ae6fff4e64
commit
9513c1eb17
@ -89,8 +89,8 @@ def _real_extract(self, url):
|
|||||||
r'(https?://.+?/video)(?:\.(?:ism|f4m|m3u8)|-\d+\.mp4)',
|
r'(https?://.+?/video)(?:\.(?:ism|f4m|m3u8)|-\d+\.mp4)',
|
||||||
video_url, 'video base url', default=None)
|
video_url, 'video base url', default=None)
|
||||||
if video_url_base:
|
if video_url_base:
|
||||||
# TODO: Current DASH formats are broken - $Time$ pattern in
|
# TODO: <Group> found instead of <AdaptationSet> in MPD manifest.
|
||||||
# <SegmentTemplate> not implemented yet
|
# It's not mentioned in MPEG-DASH standard. Figure that out.
|
||||||
# formats.extend(self._extract_mpd_formats(
|
# formats.extend(self._extract_mpd_formats(
|
||||||
# video_url_base + '.ism/video.mpd',
|
# video_url_base + '.ism/video.mpd',
|
||||||
# video_id, mpd_id='dash', fatal=False))
|
# video_id, mpd_id='dash', fatal=False))
|
||||||
|
Loading…
Reference in New Issue
Block a user