mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
Add references for #14844
This commit is contained in:
parent
593f2f7989
commit
78593e294c
2 changed files with 2 additions and 0 deletions
|
@ -563,6 +563,7 @@ def test_parse_mpd_formats(self):
|
||||||
'height': 1080,
|
'height': 1080,
|
||||||
}]
|
}]
|
||||||
), (
|
), (
|
||||||
|
# https://github.com/rg3/youtube-dl/pull/14844
|
||||||
'urls_only',
|
'urls_only',
|
||||||
'http://unknown/manifest.mpd',
|
'http://unknown/manifest.mpd',
|
||||||
[{
|
[{
|
||||||
|
|
|
@ -1978,6 +1978,7 @@ def add_segment_url():
|
||||||
elif 'segment_urls' in representation_ms_info:
|
elif 'segment_urls' in representation_ms_info:
|
||||||
# Segment URLs with no SegmentTimeline
|
# Segment URLs with no SegmentTimeline
|
||||||
# Example: https://www.seznam.cz/zpravy/clanek/cesko-zasahne-vitr-o-sile-vichrice-muze-byt-i-zivotu-nebezpecny-39091
|
# 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 = []
|
fragments = []
|
||||||
segment_duration = float_or_none(
|
segment_duration = float_or_none(
|
||||||
representation_ms_info['segment_duration'],
|
representation_ms_info['segment_duration'],
|
||||||
|
|
Loading…
Reference in a new issue