Andrei Paraschiv
Andrei Paraschiv
**Issue by [ghost](https://github.com/ghost)** _Fri Mar 22 23:36:27 2019_ _Originally opened as https://github.com/codelucas/newspaper/issues/691_ ---- Is there a quick way to remove annoying tags like the sup ones of wikipedia articles?
**Issue by [WuGUOJ](https://github.com/WuGUOJ)** _Wed Dec 25 03:37:30 2019_ _Originally opened as https://github.com/codelucas/newspaper/issues/763_ ---- url = "https://news.mysteel.com/19/1219/17/EC4944B7417F22969.html" a = Article(url=url, language='zh', keep_article_html=True) a.download() a.parse() print(a.text) # same print("-"*10) print(unescape(a.article_html)) # but...
**Issue by [johnconnorskynet](https://github.com/johnconnorskynet)** _Tue Jun 7 13:17:54 2016_ _Originally opened as https://github.com/codelucas/newspaper/issues/262_ ---- Hi, I am testing the library and i need to extract the images of twitter cards in...
**Issue by [dviator](https://github.com/dviator)** _Fri Jul 8 01:57:25 2016_ _Originally opened as https://github.com/codelucas/newspaper/issues/268_ ---- Hey, love the library but I am having a little trouble with the way that newspaper.article.ArticleException works....
**Issue by [adamn](https://github.com/adamn)** _Tue Jul 12 20:10:56 2016_ _Originally opened as https://github.com/codelucas/newspaper/issues/272_ ---- ``` python In [1]: from newspaper import build In [2]: url = 'http://theatlantic.com' In [3]: source =...
**Issue by [Meghdeep](https://github.com/Meghdeep)** _Sat Aug 20 09:25:28 2016_ _Originally opened as https://github.com/codelucas/newspaper/issues/279_ ---- I tried a few articles from the website Techcrunch, however all of them failed.
**Issue by [vperilla](https://github.com/vperilla)** _Fri Sep 2 21:52:43 2016_ _Originally opened as https://github.com/codelucas/newspaper/issues/283_ ---- Some dates on spanish languages are not recognized by dateutil.date_parser, instead dateparser lib is more robust. https://github.com/scrapinghub/dateparser...
**Issue by [vperilla](https://github.com/vperilla)** _Fri Sep 2 22:01:14 2016_ _Originally opened as https://github.com/codelucas/newspaper/pull/284_ ---- Use dateparser to try parse dates that are not parsed by dateutil. ---- _**[vperilla](https://github.com/vperilla)** included the following...
**Issue by [JohnAllen](https://github.com/JohnAllen)** _Sun Nov 20 22:19:43 2016_ _Originally opened as https://github.com/codelucas/newspaper/issues/304_ ---- Is detecting the language of an article possible? Say I have a multi-language publisher (like: http://www.businesswire.com/portal/site/home/news/). How...
**Issue by [faizan30](https://github.com/faizan30)** _Tue Feb 14 10:22:07 2017_ _Originally opened as https://github.com/codelucas/newspaper/issues/334_ ----