mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[downloader/f4m] Add live stream flag to context
Now download progress for f4m livestreams is reported correctly
This commit is contained in:
		@@ -332,6 +332,7 @@ class F4mFD(FragmentFD):
 | 
				
			|||||||
        ctx = {
 | 
					        ctx = {
 | 
				
			||||||
            'filename': filename,
 | 
					            'filename': filename,
 | 
				
			||||||
            'total_frags': total_frags,
 | 
					            'total_frags': total_frags,
 | 
				
			||||||
 | 
					            'live': live,
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self._prepare_frag_download(ctx)
 | 
					        self._prepare_frag_download(ctx)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user