Closed AndyTheFactory closed 1 year ago
Issue by ashwinsingh2007 Sun Dec 22 20:28:58 2019 Originally opened as https://github.com/codelucas/newspaper/issues/760
Tried this link on local with newspaper3k link: http://www.news.com.au/sport/cricket/big-bash/bbl-2019-perth-scorchers-vs-melbourne-renegades-at-optus-stadium/live-coverage/c76e315c694d39dd5c20ad75c5a136aa
my code :
article_content = Article('http://www.news.com.au/sport/cricket/big-bash/bbl-2019-perth-scorchers-vs-melbourne-renegades-at-optus-stadium/live-coverage/c76e315c694d39dd5c20ad75c5a136aa ', keep_article_html=True) article_content.download() -> this throws error article_content.parse()
However, I earlier was working with same code on Jupyter notebook and it was working fine. then i shifted code to flask environment. article_content.download() gives error on few url like mentioned above and on few it works
Comment by blw1138 Fri May 13 20:36:41 2022
I'm hitting this exact issue on a lot of articles
Comment by AlphaMoury Mon Sep 4 19:45:42 2023
Any progress so far on this issue?
Site is protected
Issue by ashwinsingh2007 Sun Dec 22 20:28:58 2019 Originally opened as https://github.com/codelucas/newspaper/issues/760
Tried this link on local with newspaper3k link: http://www.news.com.au/sport/cricket/big-bash/bbl-2019-perth-scorchers-vs-melbourne-renegades-at-optus-stadium/live-coverage/c76e315c694d39dd5c20ad75c5a136aa
my code :
However, I earlier was working with same code on Jupyter notebook and it was working fine. then i shifted code to flask environment. article_content.download() gives error on few url like mentioned above and on few it works