aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-07-24 11:03:39 +0700
committerSergey M․ <dstftw@gmail.com>2016-07-24 11:03:39 +0700
commit9513c1eb1789818956faf6f6273f6563bae58aa1 (patch)
tree5651e2c8fb1dff300ff65a403fb39a32094038a8
parentae6fff4e64b34bdcbd5b4f90c89cfd9e55ddeffa (diff)
downloadyoutube-dl-9513c1eb1789818956faf6f6273f6563bae58aa1.zip
youtube-dl-9513c1eb1789818956faf6f6273f6563bae58aa1.tar.gz
youtube-dl-9513c1eb1789818956faf6f6273f6563bae58aa1.tar.bz2
[tvp] Update dash format comment
-rw-r--r--youtube_dl/extractor/tvp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/tvp.py b/youtube_dl/extractor/tvp.py
index 5070082..e84876b 100644
--- a/youtube_dl/extractor/tvp.py
+++ b/youtube_dl/extractor/tvp.py
@@ -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))