Skip to content

Error in the argparse #19

@pentesterandprogramer

Description

@pentesterandprogramer

```

parser.add_argument("-w", "--website", type = str, default = "",
help = "specify website.")
parser.add_argument("-w", "--website", default = None, type = str,
help = "Specify a particular website to download content from.")

**not allow two the -w** 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions