adding Beautifulsoup (BSD) into extras; adding --crawl to options

This commit is contained in:
Miroslav Stampar
2011-06-20 11:32:30 +00:00
parent 8c04aa871a
commit 07e2c72943
9 changed files with 2168 additions and 3 deletions

View File

@@ -543,6 +543,10 @@ checkPayload = False
# Valid: True or False
cleanup = False
# Crawl the website starting from the target url
# Valid: True or False
crawl = False
# Parse and test forms on target url
# Valid: True or False
forms = False