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:
@@ -73,6 +73,7 @@ class DashSegmentsFD(FragmentFD):
|
||||
|
||||
yield {
|
||||
'frag_index': frag_index,
|
||||
'fragment_count': fragment.get('fragment_count'),
|
||||
'index': i,
|
||||
'url': fragment_url,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user