I am following the example at http://newspaper.readthedocs.org/en/latest/user_guide/advanced.html#advanced. After calling news_pool.join(), I then attempt to call parse() on an article belonging to a paper from the pool. It fails with the ArticleException: "You must download() an article before parsing it!".
I am following the example at http://newspaper.readthedocs.org/en/latest/user_guide/advanced.html#advanced. After calling
news_pool.join(), I then attempt to callparse()on an article belonging to a paper from the pool. It fails with theArticleException: "You must download() an article before parsing it!".