[tvp] Update dash format comment
authorSergey M․ <dstftw@gmail.com>
Sun, 24 Jul 2016 04:03:39 +0000 (11:03 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 24 Jul 2016 04:03:39 +0000 (11:03 +0700)
youtube_dl/extractor/tvp.py

index 5070082da7ba3b34078a01bd214d02a9e8dcac33..e84876b54ebe2dcece9dbabec623fa5882fed572 100644 (file)
@@ -89,8 +89,8 @@ class TVPIE(InfoExtractor):
             r'(https?://.+?/video)(?:\.(?:ism|f4m|m3u8)|-\d+\.mp4)',
             video_url, 'video base url', default=None)
         if video_url_base:
-            # TODO: Current DASH formats are broken - $Time$ pattern in
-            # <SegmentTemplate> not implemented yet
+            # TODO: <Group> found instead of <AdaptationSet> in MPD manifest.
+            # It's not mentioned in MPEG-DASH standard. Figure that out.
             # formats.extend(self._extract_mpd_formats(
             #     video_url_base + '.ism/video.mpd',
             #     video_id, mpd_id='dash', fatal=False))