Re: simple download manager

2014-11-04 Thread Kiuhnm
On Tuesday, November 4, 2014 4:10:59 PM UTC+1, Kiuhnm wrote: > On Tuesday, November 4, 2014 4:00:51 PM UTC+1, Chris Angelico wrote: > > On Wed, Nov 5, 2014 at 1:53 AM, Kiuhnm wrote: > > > I wish to automate the downloading from a particular site which has some > > > ADs and which requires to clic

Re: simple download manager

2014-11-04 Thread Kiuhnm
On Tuesday, November 4, 2014 4:00:51 PM UTC+1, Chris Angelico wrote: > On Wed, Nov 5, 2014 at 1:53 AM, Kiuhnm wrote: > > I wish to automate the downloading from a particular site which has some > > ADs and which requires to click on a lot of buttons before the download > > starts. > > > > What l

Re: simple download manager

2014-11-04 Thread Chris Angelico
On Wed, Nov 5, 2014 at 1:53 AM, Kiuhnm wrote: > I wish to automate the downloading from a particular site which has some ADs > and which requires to click on a lot of buttons before the download starts. > > What library should I use to handle HTTP? > Also, I need to support big files (> 1 GB) so

simple download manager

2014-11-04 Thread Kiuhnm
I wish to automate the downloading from a particular site which has some ADs and which requires to click on a lot of buttons before the download starts. What library should I use to handle HTTP? Also, I need to support big files (> 1 GB) so the library should hand the data to me chunk by chunk.