Add references for #14844
authorSergey M․ <dstftw@gmail.com>
Sat, 2 Dec 2017 14:22:43 +0000 (21:22 +0700)
committerSergey M․ <dstftw@gmail.com>
Sat, 2 Dec 2017 14:22:43 +0000 (21:22 +0700)
test/test_InfoExtractor.py
youtube_dl/extractor/common.py

index e58452ab5c64c12fad7291d4ef43178ba16aca39..8a372d2c98b32bdbf2145d3292bf944d4cd99cba 100644 (file)
@@ -563,6 +563,7 @@ jwplayer("mediaplayer").setup({"abouttext":"Visit Indie DB","aboutlink":"http:\/
                     'height': 1080,
                 }]
             ), (
+                # https://github.com/rg3/youtube-dl/pull/14844
                 'urls_only',
                 'http://unknown/manifest.mpd',
                 [{
index 3baf683d861111f2ee945282672921c9205274c7..80a9c982f3621817e1b4a75322d87a3adfa96a75 100644 (file)
@@ -1978,6 +1978,7 @@ class InfoExtractor(object):
                         elif 'segment_urls' in representation_ms_info:
                             # Segment URLs with no SegmentTimeline
                             # Example: https://www.seznam.cz/zpravy/clanek/cesko-zasahne-vitr-o-sile-vichrice-muze-byt-i-zivotu-nebezpecny-39091
+                            # https://github.com/rg3/youtube-dl/pull/14844
                             fragments = []
                             segment_duration = float_or_none(
                                 representation_ms_info['segment_duration'],