Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
2 changed files with
2 additions and
0 deletions
-
test/test_InfoExtractor.py
-
youtube_dl/extractor/common.py
|
|
@ -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', |
|
|
|
[{ |
|
|
|
|
|
@ -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'], |
|
|
|