tasos-py / Search-Engines-Scraper

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

Add yandex to engines #56

Closed mohammadhprp closed 1 year ago

mohammadhprp commented 1 year ago

This PR adds support for the Yandex search engine to the project.

tasos-py commented 1 year ago

Thanks for your contribution, it's much appreciated. Your code looks good, but it doesn't run flawlessly. The problem is that Yandex presents a captcha very often, and most searches stop at the first page. I've encountered problem this before, in #17 and unfortunately I haven't found an elegant solution. Do you have any ideas?

mohammadhprp commented 1 year ago

Thank you for reviewing my contribution. I apologize for not being aware of the issue with Yandex presenting captchas frequently during searches. I did some research to find a solution, but unfortunately, I couldn't come across any helpful information either.