python from newspaper import Article url = 'https://example.com/news/article' article = Article(url) article.download() article.parse()