Skip to content
This repository was archived by the owner on Sep 24, 2023. It is now read-only.

Version 0.3.2

Choose a tag to compare

@bmjcode bmjcode released this 26 Sep 16:04
· 76 commits to master since this release

Beta bugfix release.

Added

  • The module version number in webarchive.__version__.
  • Initial support for command-line arguments in extractor-gui.py.
  • The --version argument in extractor.py and extractor-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.py to match its documentation.
  • Specify a text encoding in WebArchiveTest.test_webarchive_to_html() so the test will pass on Windows.
  • Make webbrowser an optional dependency in extractor.py to match extractor-gui.py.