Skip to content

how to solve this issue  #1

@S1NGH-19

Description

@S1NGH-19

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions