mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-24 06:44:09 -04:00
expose more brozzle-page args
This commit is contained in:
parent
b44a444dc2
commit
4e398e1da2
2 changed files with 4 additions and 5 deletions
|
@ -156,13 +156,12 @@ def brozzle_page(argv=None):
|
|||
'--proxy', dest='proxy', default=None, help='http proxy')
|
||||
arg_parser.add_argument(
|
||||
'--skip-extract-outlinks', dest='skip_extract_outlinks',
|
||||
action='store_true', help=argparse.SUPPRESS)
|
||||
action='store_true')
|
||||
arg_parser.add_argument(
|
||||
'--skip-visit-hashtags', dest='skip_visit_hashtags',
|
||||
action='store_true', help=argparse.SUPPRESS)
|
||||
action='store_true')
|
||||
arg_parser.add_argument(
|
||||
'--skip-youtube-dl', dest='skip_youtube_dl',
|
||||
action='store_true', help=argparse.SUPPRESS)
|
||||
'--skip-youtube-dl', dest='skip_youtube_dl', action='store_true')
|
||||
add_common_options(arg_parser, argv)
|
||||
|
||||
args = arg_parser.parse_args(args=argv[1:])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue