Recent Releases of googlenews
googlenews - v1.6.14
- fixed
get_news()with date range - fixed
get_news()with image
- Python
Published by HurinHu about 2 years ago
googlenews - v1.6.13
- fixed
get_news()with date range - fixed
get_news()title with media(removed)
- Python
Published by HurinHu over 2 years ago
googlenews - v1.6.10
Fixed search() return items and url.
- Python
Published by HurinHu almost 3 years ago
googlenews - v1.6.9
Fixed data parse issue (issues https://github.com/Iceloof/GoogleNews/issues/119).
.total_count() is not working with .search() anymore.
- Python
Published by HurinHu almost 3 years ago
googlenews - v1.6.8
While encoding the query/key, replacing space with + was responsible for two main problems
- Users were not able to use phrases properly (issues https://github.com/Iceloof/GoogleNews/issues/109 and https://github.com/Iceloof/GoogleNews/issues/107).
- Users were not able to use additional techniques to refine their searches (issue https://github.com/Iceloof/GoogleNews/issues/66)
This simple change resolves both issues and works for both search and get_news functions.
- Python
Published by HurinHu about 3 years ago
googlenews - v1.6.6
- Allow period in get_news()
- Enable/disable exception
- Python
Published by HurinHu over 3 years ago
googlenews - Release v1.6.5
- Update Google code changes
- Python
Published by HurinHu almost 4 years ago
googlenews - Release v1.6.4
- fix search problem. (https://github.com/Iceloof/GoogleNews/pull/95)
- Python
Published by HurinHu almost 4 years ago
googlenews - Release v1.6.3
- Fixed date time parse None issue
- Python
Published by HurinHu about 4 years ago
googlenews - Release v1.6.0
- Fixed long time lexicaldateparser
- Added
getVersion()
- Python
Published by HurinHu over 4 years ago
googlenews - Release v1.5.9
- Added functionality to define a region to search in
- Python
Published by HurinHu almost 5 years ago
googlenews - Release v1.5.6
- get_news() with encoding keyword
- Python
Published by HurinHu about 5 years ago
googlenews - Release v1.5.4
error would be throw on 1 result or no results returned moved same code blocks in pageat and getpage in method build response
- Python
Published by HurinHu over 5 years ago
googlenews - Release v1.5.3
- Added specific page result
- Added total result count
- Python
Published by HurinHu over 5 years ago
googlenews - Release v1.5.2
- Update date range search with date order, but not always working as Google returns wrong order.
- Update Readme
- Fixed test case
- Python
Published by HurinHu over 5 years ago
googlenews - Release v1.5.1
Fixed the typo issue to allow both old and new version use without error.
- Python
Published by HurinHu over 5 years ago
googlenews - Release v1.5.0
- rewrited (update)
get_news()method. It was not working anymore. Now it includes in the results the fielddatetimeand the description of the article. This feature required me to usepython.dateutilpackage, but it works greatly. I removed the use of timezones because it could give troubles when sorting the papers (sometime parser detects timezones, other times not). The newget_news()method results more flexible, stable, rich and useful than the other, especially because from the html of google one can access the datetime. - included
lexial_date_parser()method for parse with robustness the date and datetime filed from the results. - changed the
.result(sort=True)feature to be used with both the results from google.com and news.google.com - made more Pythonic the methods in the classes
- included a new test files for testing the new results lists
- Python
Published by HurinHu over 5 years ago
googlenews - Release v1.4.2
Inluded sorting algorithm in the .result() method and included datetime
- Python
Published by HurinHu over 5 years ago
googlenews - Release v1.4.0
- Fixed search empty result
- New issue: Image from result is not fetch correctly, it only get google loading gif, not actual image
- Python
Published by HurinHu almost 6 years ago
googlenews - GoogleNews v1.3.9
- Fixed search empty result
- New issue: Image from result is not fetch correctly, it only get google loading gif, not actual image
- Python
Published by HurinHu almost 6 years ago