I am using Python3 and the newspaper library. It is said that this library can create a Source object, which is an abstraction of a news site. But what if I need only an abstraction of a certain category.
For example, when I use this URL , I want to get all the articles in the 'technology' category. Instead, I get articles from 'politics' .
I think that when creating the Source object, the newspaper uses only the domain name, which in my case is www.kyivpost.com ).
Is there a way to get it to work with URLs like http://www.kyivpost.com/technology/ ?
Andriy stolyar
source share