tasos-py / Search-Engines-Scraper

Search google, bing, yahoo, and other search engines with python
MIT License
513 stars 137 forks source link

duplicate search results #47

Closed ljhOfGithub closed 2 years ago

ljhOfGithub commented 2 years ago

When I run multi searching missions,different csv file contains duplicate results and different 'query',that is second searching result containing the first searching result.

tasos-py commented 2 years ago

I've set a new SearchEngine.results object for every SearchEngine.search() call, which should fix this problem. If not, please give me an example of how you run the code, the output it produces, and the expected output