Tasos M Adamopoulos
                                            Tasos M Adamopoulos
                                        
                                    Sorry to hear that. I don't have a Mac, so I don't know if I can help much, but have you tried sudo? Your issue seems similar to this https://stackoverflow.com/questions/13973287/cant-create-or-remove-files-in-install-directory-difficulty-installing-pip...
No, there is no starting page option. You could implement this feature, and I would help, but it won't be easy. You would have to modify the `._next_page()` method of...
Sounds interesting, I'll see what I can do. I think Yandex is simple enough, but I don't know if we can scrape Baidu without Selenium and I'd like to avoid...
After some research, I don't think I can add Yandex or Baidu. Yandex keeps giving me a captcha after a couple of requests. Maybe Selenium could help with that, but...
The `-f` argument is somewhat similar to the advanced search operators of Google. The difference is that it doesn't accept a value, the value is the search query. Also, the...
About your first question - yes, it returns all results. The functionality for specific results (News, Images, etc) is not implemented, so you won't be able to use it, unfortunately....
Hi Jatlantic. While ads should be present in HTTP response bodies, the css selectors ere designed to ignore them. So, we should be able to change the selectors and get...
That's awesome! To help you get started, you'll find `SearchEngine` objects in "/search_engines/engines/". Each of them has all required selectors in a `._selectors()` method that you'd have to edit. Other...
Thanks for informing me, I'll see to it
About your first question, yes you can get more results by increasing the number of pages. if you're using the CLI script you can set pages with the `-p=` argument,...