feature request for a wget -r like implementation in python3

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Fri Apr 16 19:14:24 EDT 2010


En Thu, 15 Apr 2010 16:37:37 -0300, gert <gert.cuykens at gmail.com> 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',...])


-- 
Gabriel Genellina




More information about the Python-list mailing list