NikolaiT / GoogleScraper

A Python module to scrape several search engines (like Google, Yandex, Bing, Duckduckgo, ...). Including asynchronous networking support.
https://scrapeulous.com/
Apache License 2.0
2.64k stars 743 forks source link

0 results when using multiple keywords #135

Open chrisukgit opened 8 years ago

chrisukgit commented 8 years ago

Great tool!

I have noticed that the tool does not return results for multiple keywords - "filetype:pdf site:microsoft.com". This is the same for selenium and the http methods.

  1. GoogleScraper -m http --keyword "filetype:pdf" works fine. 2.GoogleScraper -m http --keyword "site:microsoft.com" works fine.
  2. GoogleScraper -m http --keyword "filetype:pdf site:microsoft.com" fails to return results.

This looks like a parsing issue?

chrisukgit commented 8 years ago

This can be fixed with - https://github.com/NikolaiT/GoogleScraper/pull/131