I downloaded news, while d/ling an image was not found 404 error. This resulted in this image string being in the final epub.
<img src="http://wattsupwiththat.com/Users/Anthony/AppData/Local/Temp/moz-screenshot-3.png" alt="" class="calibre9"/>
Instead of something like this
<img src="../../feed_1/article_10/images/img3.jpg.jpg" alt="" class="calibre9"/>
When my PRS-505 tried to access this image it locked up and eventually restarted. I don't have the experience or knowledge required to get rid of this in post processing. Is there any way to clean up the code prior to creating the epub that would eliminate any images that have <img src="http to start the string?
I know how to eliminate all images but I find the images valuable. I just want to remove the images that couldn't be downloaded and thus end up in the epub calling an image from a url.
Last edited by DoctorOhh; 01-23-2010 at 11:13 PM.
|