Make --human-folders a proper on/off flag

The `ArgumentParser.add_argument()` call has been updated to show up as an
'on/off' argument.
This commit is contained in:
Jeremie J. Jarosh 2023-04-15 17:08:52 -05:00
parent 57a17f2a55
commit e2a5830d17

View file

@ -27,10 +27,7 @@ def main():
parser.add_argument(
"--human-folders",
type=bool,
default=False,
const=True,
nargs="?",
action='store_true',
help=(
"Download Folders are named based on the full text version of the title instead of "
"the trimmed URL title"