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.12

Fixed get_news()

- Python
Published by HurinHu over 2 years ago

googlenews - v1.6.11

Fixed get_news()

- 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.7

  • Fixed date issue

- 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.2

  • Fixed media empty 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.8

  • Fixed total number

- Python
Published by HurinHu about 5 years ago

googlenews - Release v1.5.7

  • Fixed undefined 'np'

- Python
Published by HurinHu about 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.5

Parse lexic date

- Python
Published by HurinHu over 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

  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

- 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.1

  1. Added encoding setting

- Python
Published by HurinHu almost 6 years ago

googlenews - Release v1.4.0

  1. Fixed search empty result
  2. 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

  1. Fixed search empty result
  2. 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