| Here is a reproducable situation:
On this webpage (www.smallsolar.org/hardware/voltmeter/), the images are
simply links to themselves, and you are re-writting the saved link as an .html
instead of leaving the link as the image. Plus, the images don't even seem to
be downloaded (although I saw them being downloaded in your status page), but
I can't find them anywhere.
For example, the first image is (pcb.png) and it is found in the exact same
directory as the index.htm on the original website. The original HTML code is
this: "<a href="pcb.png"><<img src="pcb.png" width=75%></a>". No
matter what rule I create, when I use your program to download this site, the
image is not on my hard drive-anywhere, and when I browse this downloaded page
from my harddrive, the new HTML that your program created has changed this
link to this: "<a href="pcb.html"><img src="pcb.html"
width=75%></a>". So not only can I not find the image on my hard
drive, but you've also renamed the link from .pcb to .html which is no good.
I don't know what you did with the image, but you can't just take very link
and rename it to a .html file.
Please fix this.
Thank you,
And please let me know when this has been fixed.
| |