mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
Fix --break-per-url --max-downloads
This commit is contained in:
parent
fe7866d0ed
commit
fd404bec7e
3 changed files with 4 additions and 3 deletions
|
@ -3265,6 +3265,7 @@ class YoutubeDL:
|
|||
self.to_screen(f'[info] {e}')
|
||||
if not self.params.get('break_per_url'):
|
||||
raise
|
||||
self._num_downloads = 0
|
||||
else:
|
||||
if self.params.get('dump_single_json', False):
|
||||
self.post_extract(res)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue