mattlisiv / newsapi-python

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

Allowing country + category searches for news. #12

Closed arnmishra closed 6 years ago

arnmishra commented 6 years ago

The newsapi module allows news queries with both country and category parameters inthe payload. However, it doesn't allow country and source or category and source mixed parameters. The update to the code reflects the corrected parameter options.