You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for such an amazing working Python software on the newspaper domain. However, I tried it on the Hindi newspaper, but it did not respond as well as it did on the sample URL codes .
url= 'https://www.patrika.com/opinion/hfh-18989797'
a = Article(url)
a.download
<bound method Article.download of <newspaper.article.Article object at 0x00000000057BCAC8>>
a.parse
<bound method Article.parse of <newspaper.article.Article object at 0x00000000057BCAC8>>
a.publish_date
''
a.authors
[]
a.text
''
The text was updated successfully, but these errors were encountered:
AnupamSingh-dataanalyst
changed the title
Not working on at all on Hindi language Newspaper
Not working at all on Hindi language Newspaper
Sep 16, 2024
Thanks for such an amazing working Python software on the newspaper domain. However, I tried it on the Hindi newspaper, but it did not respond as well as it did on the sample URL codes .
The text was updated successfully, but these errors were encountered: