Skip to content

Handle <base> and specifying selectors to knock out (redux)

Pre-release
Pre-release
Compare
Choose a tag to compare
@jimwins jimwins released this 30 Mar 00:22
· 5 commits to main since this release

This now properly handles including URLs based on a <base> tag, and there's a new knockouts parameter (or repeatable --knockout command line option) that allows specifying CSS selectors to be removed from the output HTML. This could be useful for removing popups or ads, for example.

(Forgot to bump the version number in pyproject.toml, so this is a re-do of 0.4 with that fixed.)