Nv7-GitHub / googlesearch

A Python library for scraping the Google search engine.
https://pypi.org/project/googlesearch-python/
MIT License
430 stars 110 forks source link

Use urllib to encode string for url. #53

Closed codemee closed 1 year ago

codemee commented 1 year ago

The original implementation only encode "+" for url. This make the query with addtional parameters like 'site:http://www.flag.com.tw' not working correctly.

tranhoangnguyen03 commented 10 months ago

How do I do site exclusion now? Adding " -site:website_name" no longer works.