We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://gnews.org/articles/1068907 used article.text for this page, and no text got. and build for gnews is not working too.
article.text
import newspaper gnews = newspaper.build('https://gnews.org/', language='zh') article = gnews.articles[0] article.download() article.parse() print(article.text)
it will give u a 'index out of range'
and this:
import newspaper page = newspaper.Article('https://gnews.org/articles/1065912') page.download() page.parse() print(page.title) print(page.text)
Only part of the title is caught, the text is not working at all
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://gnews.org/articles/1068907
used
article.text
for this page, and no text got.and build for gnews is not working too.
it will give u a 'index out of range'
and this:
Only part of the title is caught, the text is not working at all
The text was updated successfully, but these errors were encountered: