Iceloof / GoogleNews

Script for GoogleNews
https://pypi.org/project/GoogleNews/
MIT License
314 stars 88 forks source link

Removed the code that replaces space to + #117

Closed prjvvl closed 1 year ago

prjvvl commented 1 year ago

While encoding the query/key, replacing space with + was responsible for two main problems

  1. Users were not able to use phrases properly (issues #109 and #107).
  2. Users were not able to use additional techniques to refine their searches (issue #66)

This simple change resolves both issues and works for both search and get_news functions.