newspaper icon indicating copy to clipboard operation
newspaper copied to clipboard

Author extraction in example is not working

Open cta2106 opened this issue 3 years ago • 2 comments

Using the example in the docs

from newspaper import Article

url = 'http://fox13now.com/2013/12/30/new-year-new-laws-obamacare-pot-guns-and-drones/'
article = Article(url)
article.download()
article.parse()
article.authors

authors yields an empty list, whereas the correct answer according to the docs is ['Leigh Ann Caldwell', 'John Honway']

cta2106 avatar Jun 10 '21 15:06 cta2106

I have the same issue

arsine1996 avatar Jun 29 '21 13:06 arsine1996

@arsine1996 and @cta2106 -- Take a look at my Newspaper3K Usage Overview document for examples related to your issues.

johnbumgarner avatar Oct 12 '21 02:10 johnbumgarner