Web Scrapping with Python and newspaper3k lib does not return data
问题 I have installed Newspapper3k Lib on my Mac with sudo pip3 install Newspapper3k . Im using Python 3. I want to return data thats supported at Article object, and that is url, date, title, text, summarisation and keywords but I do not get any data: import newspaper from newspaper import Article #creating website for scraping cnn_paper = newspaper.build('https://www.euronews.com/', memoize_articles=False) #I have tried for https://www.euronews.com/, https://edition.cnn.com/, https://www.bbc.com