mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	--max-downloads should obey --break-per-input
				
					
				
			This commit is contained in:
		| @@ -3234,9 +3234,6 @@ class YoutubeDL: | ||||
|                 res = func(*args, **kwargs) | ||||
|             except UnavailableVideoError as e: | ||||
|                 self.report_error(e) | ||||
|             except MaxDownloadsReached as e: | ||||
|                 self.to_screen(f'[info] {e}') | ||||
|                 raise | ||||
|             except DownloadCancelled as e: | ||||
|                 self.to_screen(f'[info] {e}') | ||||
|                 if not self.params.get('break_per_url'): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan