python script to gather file links into textfile

Bastien Amiel b.amiel at evs.com
Fri Aug 30 09:09:16 EDT 2013


Le 30/08/2013 15:01, Neil Cerutti a écrit :
> On 2013-08-30, david.dsch at gmail.com <david.dsch at gmail.com> wrote:
>> Hi, im looking for someone who can make a script that gathers
>> all file links from an url into a textfile, like this :
>> http://pastebin.com/jfD31r1x
1. Read the file with urls
http://stackoverflow.com/questions/3925614/how-do-you-read-a-file-into-a-list-in-python

2. Download each url
http://stackoverflow.com/questions/22676/how-do-i-download-a-file-over-http-using-python
> Michael Jackson advises you to start with the man in the mirror.
:D





More information about the Python-list mailing list