diff --git a/itchiodl/downloader/__main__.py b/itchiodl/downloader/__main__.py index 5b554b9..fe444ce 100644 --- a/itchiodl/downloader/__main__.py +++ b/itchiodl/downloader/__main__.py @@ -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"