use_browser_cache:true
use_browser_cache_only:true
open_pages_in_browser:true
use_flaresolverr_proxy:false
try_shortened_title_urls:true
meta_from_last_chapter:true
Below is the code I've had for past 3 years for images
[epub]
include_images:true
make_firstimage_cover:true
keep_summary_html:true
[www.fanfiction.net:epub]
default_cover_image:file:///D:/xxx/Books.jpg
Cover images used to work fine but since implementing the FFN fix, FFF doesn't take the default image anymore when downloading a book for the 1st time or overwriting.
Also it took the author's image in
https://www.fanfiction.net/s/14441593/1/The-Valentine-s-Day-Purge
but ignored the author's image and used default calibre image in
https://www.fanfiction.net/s/12464310/1/Ephemerality
For https://www.fanfiction.net/s/14464536/12/The-Quiet-Between-Us
it used default calibre image rather than default cover I've set
How do we fix this and where's the error
There were problems with ffnet earlier this week. I expect that was part of your problems.
These two worked as intended for me:
https://www.fanfiction.net/s/14441593/1/The-Valentine-s-Day-Purge
https://www.fanfiction.net/s/12464310/1/Ephemerality
For this one:
https://www.fanfiction.net/s/14464536/12/The-Quiet-Between-Us
use_browser_cache_only is causing
default_cover_image to try to cache the image, which doesn't
work. I need to address that.