Skip to content

chemag/libmhtml.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

= [libmhtml.py]

	- intro
		- a python module implementing an MHTML creator/parser

	- interesting functions
		- libmhtml.get(url)
		- libmhtml.parse(contents)

	- usage
		- get an URL and MTHML'ize it
			> ./libmhtml.py http://www.nytimes.com /tmp/nytimes.mht
		- get an MHTML file and convert it into different files
			> mkdir /tmp/ex
			> ./libmhtml.py -p /tmp/nytimes.mht /tmp/ex/

About

A python module implementing an MHTML creator/parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages