dorkSraper icon indicating copy to clipboard operation
dorkSraper copied to clipboard

how to solve this issue

Open S1NGH-19 opened this issue 1 year ago • 0 comments

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'?

S1NGH-19 avatar Oct 15 '24 03:10 S1NGH-19