newspaper icon indicating copy to clipboard operation
newspaper copied to clipboard

Categories filters don't work as expected

Open varuncheq opened this issue 4 years ago • 1 comments

Hi team,

I've been trying to extract articles for a particular category https://www.dailymail.co.uk/health/index.html, however it when I check the articles being fetched, I get everything, not just the ones under health

paper = newspaper.build('https://www.dailymail.co.uk/health/index.html')
for article in paper.articles:
     print(article.url)

Is there something I'm missing? Cheers

varuncheq avatar Oct 02 '19 23:10 varuncheq

Hey ! Did you find a solution to your problem ? I am also looking for a solution...

Neileruaa avatar Mar 21 '21 13:03 Neileruaa