]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/downloader/dash.py
[dash] Show fragment count with `--live-from-start` (#3493)
[yt-dlp.git] / yt_dlp / downloader / dash.py
index d0a0b28934721d0cab6cf2cd97452465255f0956..a6da26f09de94ddcc9929740a2650062bf747adb 100644 (file)
@@ -73,6 +73,7 @@ def _get_fragments(self, fmt, ctx):
 
             yield {
                 'frag_index': frag_index,
+                'fragment_count': fragment.get('fragment_count'),
                 'index': i,
                 'url': fragment_url,
             }