Open hwk06023 opened 6 months ago
I've encountered the same problem. The modul supported all the country codes when I first implemented it. Seems like a new issue to me.
Found the problem: the "get_top_headlines" function has "en" as default language. Just change it to "None" like the other params.
Anyone else failing the issue still. Tried running the code below but no results
api = NewsApiClient(api_key=<api-key>)
head_lines = api.get_top_headlines(category='entertainment', country='gb', language='en')```
->
->
Hi. In my case, 'us' is working but 'kr', 'jp', 'cn' .. are not working. Is it not supported originally, or does there seem to be a problem?
Thank you.