first commit

This commit is contained in:
H3XploR
2026-04-18 23:14:17 +02:00
parent 7742a81ec7
commit 5abb4867cb
+4
View File
@@ -0,0 +1,4 @@
#!/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.')