Skip to content

new parsing rules, bug fixes, performance improvements

Compare
Choose a tag to compare
@snarfed snarfed released this 08 Aug 23:40
· 156 commits to main since this release

Notable changes

  • add parsing for iframe.u-*[src] (#116)
  • bug fix: reduced implied urls (#117)
  • bug fix: don't collapse whitespace between tags
  • specify explicit versions for dependencies
  • revert BeautifulSoup copying added in 1.1.1 due to bugs (eg #108)
  • misc performance improvements