1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 22:55:18 +00:00

[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
3 changed files with 6 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ class DashSegmentsFD(FragmentFD):
yield {
'frag_index': frag_index,
'fragment_count': fragment.get('fragment_count'),
'index': i,
'url': fragment_url,
}