parser=argparse.ArgumentParser(description='Enqueue a URL on Lookyloo.',epilog='The response is the permanent URL where you can see the result of the capture.')
parser.add_argument('--url',type=str,help='URL of the instance (defaults to https://lookyloo.circl.lu/, the public instance).')
parser.add_argument('--query',required=True,help='URL to enqueue.')