Skip to content

Commit 2902e54

Browse files
feature added which extracts dark web links
1 parent 403a585 commit 2902e54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ def set_arguments() -> argparse.ArgumentParser:
120120
prog="TorBot", usage="Gather and analayze data from Tor sites."
121121
)
122122
parser.add_argument(
123-
"-u", "--url", type=str, required=True, help="Specifiy a website link to crawl"
123+
"-u", "--url", type=str, required=True, help="Specify a website link to crawl"
124124
)
125125
parser.add_argument(
126-
"--depth", type=int, help="Specifiy max depth of crawler (default 1)", default=1
126+
"--depth", type=int, help="Specify max depth of crawler (default 1)", default=1
127127
)
128128
parser.add_argument(
129129
"--host", type=str, help="IP address for SOCKS5 proxy", default="127.0.0.1"

0 commit comments

Comments
 (0)