-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Traceback (most recent call last):
File "/root/dorkScraper/dorkScraper.py", line 41, in getUrls
for results in search(dork, tld="com", lang="es", num=number_webs, start=0, stop=None, pause=2):
TypeError: search() got an unexpected keyword argument 'tld'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/dorkScraper/dorkScraper.py", line 101, in
main()
File "/root/dorkScraper/dorkScraper.py", line 99, in main
getUrls(dork,number_webs,enable_save,filename)
File "/root/dorkScraper/dorkScraper.py", line 58, in getUrls
except HTTPError:
NameError: name 'HTTPError' is not defined. Did you mean: 'TabError'?
Metadata
Metadata
Assignees
Labels
No labels