[Ldsoss] Script to download conference mp3s....
Pete Whiting
pete at whitings.org
Mon Oct 8 16:17:56 EDT 2007
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 <sesquile at gmail.com> 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).
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ldsoss.org/pipermail/ldsoss/attachments/20071008/170c931f/attachment.htm
More information about the Ldsoss
mailing list