Releases: Iceloof/GoogleNews
Releases · Iceloof/GoogleNews
Release v1.5.4
error would be throw on 1 result or no results returned
moved same code blocks in page_at and get_page in method build response
Release v1.5.3
- Added specific page result
- Added total result count
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
Release v1.5.1
Fixed the typo issue to allow both old and new version use without error.
Release v1.5.0
- rewrited (update)
get_news()
method. It was not working anymore. Now it includes in the results the fielddatetime
and the description of the article. This feature required me to usepython.dateutil
package, 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
Release v1.4.2
Inluded sorting algorithm in the .result() method and included datetime
Release v1.4.1
- Added encoding setting
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
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