mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[cleanup] Minor fixes
This commit is contained in:
		| @@ -1924,7 +1924,7 @@ class YoutubeDL: | ||||
|             and download | ||||
|             and ( | ||||
|                 not can_merge() | ||||
|                 or info_dict.get('is_live', False) | ||||
|                 or info_dict.get('is_live') and not self.params.get('live_from_start') | ||||
|                 or self.outtmpl_dict['default'] == '-')) | ||||
|         compat = ( | ||||
|             prefer_best | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan