Skip to content

Commit

Permalink
internetarchive.cli.argparser renamed to `internetarchive.cli.cli_u…
Browse files Browse the repository at this point in the history
…tils` in v5+ of `internetarchive`
  • Loading branch information
jjjake committed Nov 13, 2024
1 parent 6324645 commit a35b973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubeup/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def main():
ch.setFormatter(formatter)
root.addHandler(ch)

metadata = internetarchive.cli.argparser.get_args_dict(args['--metadata'])
metadata = internetarchive.cli.cli_utils.get_args_dict(args['--metadata'])

tu = TubeUp(verbose=not quiet_mode,
output_template=args['--output'])
Expand Down

0 comments on commit a35b973

Please sign in to comment.