Iceloof / GoogleNews

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

Pt-br version is not working #142

Closed cae-vatiero closed 3 months ago

cae-vatiero commented 3 months ago

Hey, I'm trying to use the portuguese from brasil version and it is not working. I used the code "googlenews.set_lang('pt-br')" and also "googlenews = GoogleNews(lang='pt', region='BR')". The result is "None" everytime that I search for something.

There is a way to solve this problem? Thanks!

HurinHu commented 3 months ago

try this GoogleNews(lang='pt-br') with latest version 1.6.13