This repository has been archived by the owner on Sep 24, 2023. It is now read-only.
Version 0.3.1
Beta bugfix release.
Added
- Unit test for
WebArchive.to_html()
.
Changed
- Massively expanded module documentation.
- Don't delete the
srcset
attribute from<img>
. - Embed style sheets in single-file mode using data URIs rather than
<style>
. - Cleaned up various internals.
Fixed
- Handle
srcset
entries without a width or pixel density descriptor. - Embed subresources recursively when calling
WebResource.to_data_uri()
on an archive's main resource. - Don't escape HTML entities in a
<script>
or<style>
block. - Correctly handle non-HTML main resources.