Python script help

Denis McMahon denismfmcmahon at gmail.com
Wed Jul 31 01:08:47 EDT 2013


On Tue, 30 Jul 2013 07:49:04 -0700, cool1574 wrote:

> Hello, I am looking for a script that will be able to search an online
> document (by giving the script the URL) and find all the downloadable
> links in the document and then download them automatically.
> I appreciate your help,

Why use Python? Just:

wget -m url

-- 
Denis McMahon, denismfmcmahon at gmail.com



More information about the Python-list mailing list