[dash] Show fragment count with --live-from-start (#3493)

Authored by: flashdagger
This commit is contained in:
MMM 2022-06-07 14:44:08 +02:00 committed by GitHub
parent 65141660ab
commit 36195c4461
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -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