Skip to content

v0.4.6

Latest
Compare
Choose a tag to compare
@MaxDall MaxDall released this 05 Nov 18:24
· 4 commits to master since this release
f06969f

🚨 Hotfix release for CCNewsCrawler 🚨

With the newly added xpath_search in version 0.4.5 some parsers generated unpickable extractions, crashing the CCNewsCrawler when piping back to the main thread and thus rendering the crawler unusable. This issue is now fixed with #655

Updated parsers

Bug fixes

  • Fix a bug with attribute defaults and add default_factory parameter by @MaxDall in #649
  • Fix pickling problem in LinkedDataMapping by @addie9800 in #655

QoL

  • Add additional space characters to normalize_whitespace by @MaxDall in #646
  • Improve encoding detection by @MaxDall in #650

Full Changelog: v0.4.5...v0.4.6