This may not be as complete/robust as Matt's script, but accomplishes
something similar:

wget -O - http://lds.org/conference/sessions/display/0,5239,23-1-775,00.html|
perl -e 'while(<>){next if /Complete/; `wget -nc $1\n`
if(/\"(http:.*mp3)\"/); }'

You need to figure out for yourself, each conference, what the url is that
contains the links to all the mp3s you want (the above url works for English
mp3s from Oct 2007 conference).

The script depends on wget and perl.

All of the mp3s end up in the current directory.

pete


On 10/8/07, m h <[EMAIL PROTECTED]> wrote:
>
> I've updated my script so that there are no longer dependencies on
> BeautifulSoup.  Just one script and you can download all the mp3s for
> conference.  It will run on most recent unix derived OS's (windows
> users will need to download the only dependency, python).
>
_______________________________________________
Ldsoss mailing list
[email protected]
http://lists.ldsoss.org/mailman/listinfo/ldsoss

Reply via email to