Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 605 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 605 Bytes

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