/MhtExtractor

mht extractor

Primary LanguagePythonThe UnlicenseUnlicense

MhtExtractor

Simple MHTML extractor.

This software uses Python's email library to facilitate message parsing. Technically, it is possible to unpack any multipart message with it, although it was tested only with MHTML.

Usage

usage: mht_extractor [-h] [-o OUTPUT_DIR] [-v] FILE [FILE ...]

info: https://github.com/aicantar/MhtExtractor

positional arguments:
  FILE           files to extract

optional arguments:
  -h, --help     show this help message and exit
  -o OUTPUT_DIR  output directory
  -v             enable verbose mode