Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working at all on Hindi language Newspaper #1005

Open
AnupamSingh-dataanalyst opened this issue Sep 16, 2024 · 0 comments
Open

Not working at all on Hindi language Newspaper #1005

AnupamSingh-dataanalyst opened this issue Sep 16, 2024 · 0 comments

Comments

@AnupamSingh-dataanalyst
Copy link

AnupamSingh-dataanalyst commented 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 .

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
''

@AnupamSingh-dataanalyst 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant