On Apr 17, 1:14 am, "Gabriel Genellina" <[email protected]> wrote: > En Thu, 15 Apr 2010 16:37:37 -0300, gert <[email protected]> escribió: > > > [a wget -r like implementation in python3] > > So I can make a recursive http download script > > What about calling wget itself? subprocess.call(['wget',...]) >
The only dependency I would like is python3 -- http://mail.python.org/mailman/listinfo/python-list
