Skip to content

v1.0.4

Choose a tag to compare

@jmriebold jmriebold released this 04 Feb 00:42
· 17 commits to master since this release

Changes:

  • Added raise_on_failure parameter (default True) to extractors to raise exceptions when HTML extraction errors are encountered. When set to False, exceptions will be handled and any text extracted will be returned.
  • Updated unit tests
  • Fixed some camel-cased variable names
  • Made some minor optimizations