[dash] Show fragment count with --live-from-start (#3493)
Authored by: flashdagger
This commit is contained in:
parent
65141660ab
commit
36195c4461
3 changed files with 6 additions and 0 deletions
|
|
@ -2407,6 +2407,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||
last_segment_url = urljoin(fragment_base_url, 'sq/%d' % idx)
|
||||
yield {
|
||||
'url': last_segment_url,
|
||||
'fragment_count': last_seq,
|
||||
}
|
||||
if known_idx == last_seq:
|
||||
no_fragment_score += 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue