Re: Coding a program to do mass downloading help

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Author: AZ RUNE
Date:  
To: Main PLUG discussion list
Subject: Re: Coding a program to do mass downloading help
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.

>
>
> If you have a list of the URLs for the files to get:
>        -i file
>        --input-file=file
>            Read URLs from file.  If - is specified as file, URLs are read
> from the standard input.  (Use ./- to read from a file literally named -.)

>
>            If this function is used, no URLs need be present on the command
> line.  If there are URLs both on the command line and in an input file,
> those on the command lines will be the first ones to be retrieved.  The file
> need not be an HTML document (but no harm if it is)---it is enough if the
> URLs are just listed sequentially.

>
>            However, if you specify --force-html, the document will be
> regarded as html.  In that case you may have problems with relative links,
> which you can solve either by adding "<base href="url">" to the documents
> or by specifying --base=url on the command line.

>
> 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 category
>>
>> Is there a program that will do that automated over http if given the url?
>> Or would it have to be custom built?
>>
>> Any ideas?
>>
>> --
>> Brian Fields
>>
>>
>>
>> ---------------------------------------------------
>> PLUG-discuss mailing list -
>> To subscribe, unsubscribe, or to change your mail settings:
>> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>>
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>




--
Brian Fields

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss