This is a fetch tool for web content
This tool require wget tools
1.First, you should download pyfetch.py to your dir.
2.Import PyFetch in your app:
from pyfetch import * 3.Using built-in functions!
fetch('http://google.com','index.html')Using fetchA() instead of fetch():
fetchA('http://google.com','index.html','username','password')Using fetchU() instead of fetch():
fetchA('http://google.com','index.html','Chrome 40')