newspaper icon indicating copy to clipboard operation
newspaper copied to clipboard

cannot get related text

Open farzad-845 opened this issue 2 years ago • 2 comments

Describe the bug When I receive information from a site like the one below, it cannot recognize the main part of the text ....

http://www.jahannews.com/news/769201

To Reproduce

url = "http://www.jahannews.com/news/769201"
article = Article(url, language='fa')
article.download()
article.parse()

print(article.text)

Log Return ""

Versions:

  • OS: Linux Ubuntu 20.04
  • Python Version 3.6
  • newspaper3k Version latest

farzad-845 avatar Jul 10 '21 04:07 farzad-845

I'm looking into this issue, but I have no affiliation with this project. The owner of this project won't respond to any inquiries about the project's status. So I'm unsure that I can solve your issue, because this project is on life support unless the owner opens the project up for others to contribute more freely.

johnbumgarner avatar Jul 12 '21 21:07 johnbumgarner

yes, it seems that it can not hold some keywords in news website, or im not finding it yet

jiangxinke avatar Sep 26 '21 14:09 jiangxinke