<div><span class="gmail_quote">On 11/22/07, <b class="gmail_sendername"><a href="mailto:mike.redan@bell.ca">mike.redan@bell.ca</a></b> <<a href="mailto:mike.redan@bell.ca">mike.redan@bell.ca</a>> wrote:</span></div>
<div><span class="gmail_quote"></span> </div>
<div><span class="gmail_quote"></span><font face="Arial" color="#0000ff" size="2"><span>"I am a little unsure on what you are trying to do...are you mirroring a certain section of a website, and the relative paths are causing problems? that would be pretty strange, because I am pretty sure that i have done that before and not had any problems (just using wget -m 
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://hostname/path/I/care/about/file.html" target="_blank">http://hostname/path/I/care/about/file.html</a>)."</span></font></div>
<div><font face="Arial" color="#0000ff" size="2"><span></span></font> </div>
<div><font face="Arial" color="#0000ff" size="2"><span>Basically, I'd like to run this command:</span></font></div>
<div><font face="Arial" color="#0000ff" size="2"><span></span></font> </div>
<div><font face="Arial" color="#0000ff" size="2"><span>wget (options to grab all the mp3s) <a href="http://www.2600.com/offthehook/1988/1088.html">http://www.2600.com/offthehook/1988/1088.html</a></span></font></div>
<div><font face="Arial" color="#0000ff" size="2"><span></span></font> </div>
<div><font face="Arial" color="#0000ff" size="2"><span>e.g.</span></font></div>
<div><font face="Arial" color="#0000ff" size="2"><span></span></font> </div>
<div><font face="Arial" color="#0000ff" size="2"><span>wget -r -l3 -H -t1 -nd -N -np -A .mp3 -erobots=off <a href="http://www.2600.com/offthehook/1988/1088.html"><font size="2">http://www.2600.com/offthehook/1988/1088.html
</font></a></span></font></div>
<div><font face="Arial" color="#0000ff" size="2"><span>It's not working like it works on other websites (e.g. <a href="http://democracynow.org">democracynow.org</a>), and I suspect it's because when you look through the source code (which I do with "lynx -source"), I see that the mp3 files are ../../path/to/file.mp3
<br></span></font></div>
<div><font face="Arial" color="#0000ff" size="2"><span>While I could just write a bash file to pick through the source code, piece together a real path to the mp3 file, and then wget that, but I was hoping to figure out the switch necessary to let me use wget properly.
</span></font></div>