mattlisiv / newsapi-python

A Python Client for News API
MIT License
376 stars 130 forks source link

Can't mix "Country/Category" with "Sources" parameters. #14

Closed saidziani closed 6 years ago

saidziani commented 6 years ago

The problem here is, we can't fetch articles using those two parameters (it's very useful).

mattlisiv commented 6 years ago

Hi @saidziani,

I agree this would be helpful. However, this is a limitation of the underlying News API. If the functionality is added to the API, I will reopen this issue until the wrapper provides the ability to mix the parameters.

If it is critical functionality, I would suggest reaching out to the official News API team (https://newsapi.org/docs) .

Thanks!