Skip to content

Releases: Iceloof/GoogleNews

Release v1.5.4

09 Feb 00:52
9a7745d
Compare
Choose a tag to compare

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

02 Feb 22:50
6f19399
Compare
Choose a tag to compare
  • Added specific page result
  • Added total result count

Release v1.5.2

01 Jan 10:41
ad3d592
Compare
Choose a tag to compare
  • 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

17 Nov 21:41
Compare
Choose a tag to compare

Fixed the typo issue to allow both old and new version use without error.

Release v1.5.0

14 Nov 21:47
Compare
Choose a tag to compare
  1. rewrited (update) get_news() method. It was not working anymore. Now it includes in the results the field datetime and the description of the article. This feature required me to use python.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 new get_news() method results more flexible, stable, rich and useful than the other, especially because from the html of google one can access the datetime.
  2. included lexial_date_parser() method for parse with robustness the date and datetime filed from the results.
  3. changed the .result(sort=True) feature to be used with both the results from google.com and news.google.com
  4. made more Pythonic the methods in the classes
  5. included a new test files for testing the new results lists

Release v1.4.2

11 Nov 21:06
Compare
Choose a tag to compare

Inluded sorting algorithm in the .result() method and included datetime

Release v1.4.1

21 Aug 11:49
Compare
Choose a tag to compare
  1. Added encoding setting

Release v1.4.0

11 Jul 01:53
Compare
Choose a tag to compare
  1. Fixed search empty result
  2. New issue: Image from result is not fetch correctly, it only get google loading gif, not actual image

GoogleNews v1.3.9

11 Jul 01:18
Compare
Choose a tag to compare
GoogleNews v1.3.9 Pre-release
Pre-release
  1. Fixed search empty result
  2. New issue: Image from result is not fetch correctly, it only get google loading gif, not actual image