v1.0.4
Changes:
- Added
raise_on_failureparameter (defaultTrue) to extractors to raise exceptions when HTML extraction errors are encountered. When set toFalse, exceptions will be handled and any text extracted will be returned. - Updated unit tests
- Fixed some camel-cased variable names
- Made some minor optimizations