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
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:
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
>
>
>
...@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
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
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
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
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