remove deprecated options

This commit is contained in:
Mike Fährmann
2017-12-02 15:31:57 +01:00
parent 8f518e03f8
commit 0e5057b15d
2 changed files with 0 additions and 19 deletions

View File

@@ -228,14 +228,6 @@ def build_parser():
help=("Same as '--filter' except for chapters "
"and other delegated URLs"),
)
selection.add_argument(
"--images", dest="depr_images",
help=argparse.SUPPRESS,
)
selection.add_argument(
"--chapters", dest="depr_chapters",
help=argparse.SUPPRESS,
)
parser.add_argument(
"urls",