Closed Weyaaron closed 1 year ago
Hey, thanks for reporting this.
As far as I can tell everything works as intended from Fundus site. The LinkedData
extracted from the site you want to parse contains no @type
property, so Fundus is unable to parse it properly and raises an error. Calling crawl()
with error_handling
set too raise
will reraise the error. If you want to skip these articles you should change the error_handling
parameter.
Alright, this seems fine to me, I appreciate the quick response.
The following code snippet crashes fundus while the ld is constructed:
The traceback is below: