1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-04 12:34:53 -04:00

Option --break-per-input to apply --break-on... to each input URL

This commit is contained in:
pukkandan
2021-11-29 02:41:55 +05:30
parent 5e5be0c0b2
commit b222c27145
3 changed files with 16 additions and 1 deletions

View File

@@ -701,6 +701,7 @@ def _real_main(argv=None):
'download_archive': download_archive_fn,
'break_on_existing': opts.break_on_existing,
'break_on_reject': opts.break_on_reject,
'break_per_url': opts.break_per_url,
'skip_playlist_after_errors': opts.skip_playlist_after_errors,
'cookiefile': opts.cookiefile,
'cookiesfrombrowser': opts.cookiesfrombrowser,