This repository was archived by the owner on Sep 24, 2023. It is now read-only.
Version 0.3.2
Beta bugfix release.
Added
- The module version number in
webarchive.__version__. - Initial support for command-line arguments in
extractor-gui.py. - The
--versionargument inextractor.pyandextractor-gui.py.
Changed
- Further code cleanup.
- Give more descriptive names to various internals.
Fixed
- Support HTML subresources.
- Handle non-HTML subresources incorrectly served as
text/html. - Update the module description in
setup.pyto match its documentation. - Specify a text encoding in
WebArchiveTest.test_webarchive_to_html()so the test will pass on Windows. - Make
webbrowseran optional dependency inextractor.pyto matchextractor-gui.py.