1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 16:45:17 +00:00

Fix --break-per-url --max-downloads

This commit is contained in:
pukkandan
2022-08-24 08:00:13 +05:30
parent fe7866d0ed
commit fd404bec7e
3 changed files with 4 additions and 3 deletions

View File

@ -632,7 +632,7 @@ def create_parser():
selection.add_option(
'--break-per-input',
action='store_true', dest='break_per_url', default=False,
help='Make --break-on-existing, --break-on-reject and --max-downloads act only on the current input URL')
help='Make --break-on-existing, --break-on-reject, --max-downloads and autonumber reset per input URL')
selection.add_option(
'--no-break-per-input',
action='store_false', dest='break_per_url',