--max-downloads should obey --break-per-input

This commit is contained in:
pukkandan 2022-05-16 23:35:43 +05:30
parent 2414649192
commit 490110c543
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
2 changed files with 2 additions and 5 deletions

View file

@ -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'):