import wget
import sys

wget.download(sys.argv[1])

#python wwget.py http://google.com/index.html