tweak
This commit is contained in:
parent
ce7294d990
commit
23f7222cb5
@ -100,12 +100,12 @@ def args_handler(args):
|
|||||||
return _oldest(obj)
|
return _oldest(obj)
|
||||||
if args.newest:
|
if args.newest:
|
||||||
return _newest(obj)
|
return _newest(obj)
|
||||||
|
if args.known_urls:
|
||||||
|
return _known_urls(obj, args)
|
||||||
if args.total:
|
if args.total:
|
||||||
return _total_archives(obj)
|
return _total_archives(obj)
|
||||||
if args.near:
|
if args.near:
|
||||||
return _near(obj, args)
|
return _near(obj, args)
|
||||||
if args.known_urls:
|
|
||||||
return _known_urls(obj, args)
|
|
||||||
if args.get:
|
if args.get:
|
||||||
return _get(obj, args)
|
return _get(obj, args)
|
||||||
return ("You only specified the URL. But you also need to specify the operation.\nSee 'waybackpy --help' for help using this tool.")
|
return ("You only specified the URL. But you also need to specify the operation.\nSee 'waybackpy --help' for help using this tool.")
|
||||||
|
Loading…
Reference in New Issue
Block a user