##HTML Parser
HTML Parser is a simple module to parse any website or file with any Regex you want to.
###Usage
1)
import the module:
import parse.py
2)
Build proper regex:
Example:
3)
Use the functions of the module
import parse
print parse.fromFile("./doc.txt", yourRegex)
print parse.fromUrl("amazon.com/dp/foobar", yourOtherRegex)