Re: Coding a program to do mass downloading help

2010-05-19 Thread Joseph Sinclair
WGet works great, with a couple caveats: 1) When using wget, have something in the script check each download for sanity (size usually works, and if MP3, check that the first 3 bytes are ASCII for "ID3"). Someone I work with did a mass download like you're describing from a huge music company (7

Re: Coding a program to do mass downloading help

2010-05-19 Thread AZ RUNE
ication/https/cookies? >> >> >> -- >> *From:* plug-discuss-boun...@lists.plug.phoenix.az.us [mailto: >> plug-discuss-boun...@lists.plug.phoenix.az.us] *On Behalf Of *James >> Finstrom >> *Sent:* Wednesday, May 19, 2010 1:

Re: Coding a program to do mass downloading help

2010-05-19 Thread Dan Dubovik
f *James > Finstrom > *Sent:* Wednesday, May 19, 2010 1:57 PM > *To:* Main PLUG discussion list > *Subject:* Re: Coding a program to do mass downloading help > > http://www.editcorp.com/Personal/Lars_Appel/wget/v1/wget_7.html > > >

RE: Coding a program to do mass downloading help

2010-05-19 Thread Taylor, Kaia
...@lists.plug.phoenix.az.us] On Behalf Of James Finstrom Sent: Wednesday, May 19, 2010 1:57 PM To: Main PLUG discussion list Subject: Re: Coding a program to do mass downloading help http://www.editcorp.com/Personal/Lars_Appel/wget/v1/wget_7.html

Re: Coding a program to do mass downloading help

2010-05-19 Thread AZ RUNE
Yes once logged in they are just links on a page. Thanks, Brian On Wed, May 19, 2010 at 2:24 PM, Dan Dubovik wrote: > wget? > > If there are simply links on the page to get, you can use the recursive > option: > >-r >--recursive >Turn on recursive retrieving. > > > I

Re: Coding a program to do mass downloading help

2010-05-19 Thread Dan Dubovik
wget? If there are simply links on the page to get, you can use the recursive option: -r --recursive Turn on recursive retrieving. If you have a list of the URLs for the files to get: -i file --input-file=file Read URLs from file. If - is speci

Re: Coding a program to do mass downloading help

2010-05-19 Thread James Finstrom
http://www.editcorp.com/Personal/Lars_Appel/wget/v1/wget_7.html On Wed, May 19, 2010 at 1:44 PM, AZ RUNE wrote: > I have a friend that does DJ work with a subscription to a closed music > repository. > > In the repository there are 4 categories of music he wants to download with > 4,000+ songs p

Re: Coding a program to do mass downloading help

2010-05-19 Thread Eric Cope
you may be able to use a bash script with wget. Eric On Wed, May 19, 2010 at 1:44 PM, AZ RUNE wrote: > I have a friend that does DJ work with a subscription to a closed music > repository. > > In the repository there are 4 categories of music he wants to download with > 4,000+ songs per categor