View Single Post
Old Today, 01:41 PM   #11186
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,024
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by wildfire070 View Post
What's the best way to exclude a specific fic on AO3 from downloading images when updating the fic?
Well, you don't want include_images:false -- that would remove all images.
Quote:
Originally Posted by wildfire070 View Post
The image links from this fic are currently broken on AO3, but I have an older epub of the fic with the images. So I've edited the most current epub version to include the images. But now, whenever I go to update using "Update EPUB if New Chapter", it will break the link to the images that I previously added/edited to the epub.
Your manual edit <img> tags don't match what FFF expects to see, so it's failing on them. FFF expects each <img> tag to have a longdesc attribute containing the original source image URL.

Here's the last time this came up before. At that time I recommended adding both src and longdesc attributes when editing in images. I don't think I have a better solution now.

An earlier post makes reference to being able to add images by adding an img with absolute file:// or http:// URL.

FFF assumes relative URL <img> tags in chapters are relative to the chapter source page, not relative to the existing epub.

So this is only a problem with the imgs you manually edited. The 'cover' image is also a broken link now, but still works in epub because it still has longdesc.
JimmXinu is offline   Reply With Quote