Andrei Paraschiv

Results 154 comments of Andrei Paraschiv

**Comment by [kut](https://github.com/kut)** _Fri Mar 29 16:54:30 2019_ ---- Running into same thing here - also means we lose the paragraph information...

**Comment by [shkarupa-alex](https://github.com/shkarupa-alex)** _Mon Mar 2 13:51:41 2020_ ---- +1 to have newline for each in source html

**Comment by [Cabu](https://github.com/Cabu)** _Tue Sep 5 09:28:43 2017_ ---- I have a similar problem with the NYTimes where the beginning of the article is not loaded. The article is written...

**Comment by [ckcollab](https://github.com/ckcollab)** _Thu Aug 4 04:16:06 2022_ ---- This still seems like a problem: ```py >>> url = "https://www.cnn.com/2022/08/03/media/alex-jones-sandy-hook-trial/index.html" >>> a = Article(url) >>> a.download() >>> a.parse() >>> a.text...

![image](https://github.com/AndyTheFactory/newspaper4k/assets/863810/44c94bd0-c12f-4962-a08e-3659858983e0) The problem is that all replies are in divs with "comment" class The module removes all these since in most news sites these are down in the comments section,...

Hi i was not so familiar with the way 206 is used and implemented, had to research a little bit. yes, it's hard to find a test case. that is...

ok, let's keep an eye on it. I will release 0.9.3 without any extra changes to address this. Working now on the last touch-ups

**Comment by [codelucas](https://github.com/codelucas)** _Sat Jun 20 18:40:34 2020_ ---- @JMendes1995 any updates here? I am excited to integrate YAKE, but please look at my PR review first

Hi there, make sure that you are not blocked by bbc - try: ``` import requests response = requests.get("https://www.bbc.com/news/business-67470876") print(response.status_code) print(response.text) ``` also check if the article object has some...

> I am unable to import newspaper after installing the v 0.9.3. There seems to be some dependency issue which I am trying to figure out. But I don't think...