5 lines
207 B
Python
5 lines
207 B
Python
#!/usr/bin/env python3
|
|
import argparse
|
|
|
|
parser = argparse.ArgumentParser(description='The spider program allow you to extract all the images from a website, recursively, by providing a url as a parameter.')
|