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
The exact code i used to test this articles/website
# load html manuallyat=Article(url=None)
at.download(html, title="")
at.parse()
at.text
** What parts of the article are missing / not parsed correctly **
Title
Text Content
Publication Date
Authors
Images
Movies
Other information, remarks, messages, etc:
The extractor extracts the lines from "Breaking News" as the content of the article. This is not obvious, because the content is present in the html, but the user needs to hover on the "Breaking News" tab to see the content.
The text was updated successfully, but these errors were encountered:
First please check that it is really an issue with the library, and not some special case of website:
Your report as follows:
Website that does not parse correctly:
The others work as intended
The exact code i used to test this articles/website
** What parts of the article are missing / not parsed correctly **
Other information, remarks, messages, etc:
The extractor extracts the lines from "Breaking News" as the content of the article. This is not obvious, because the content is present in the html, but the user needs to hover on the "Breaking News" tab to see the content.
The text was updated successfully, but these errors were encountered: