Quote:
Originally Posted by JimmXinu
That's a feature that was deliberately added by one of the other devs.
|
That's weird if true, but fair enough, I guess.
Quote:
Correct. The Get Story URLs from Web Page isn't site specific like story downloading.
However, it does already have some code specifically for AO3 to login to see mature links. I will look into duplicating that for FimF.
|
Thanks. (Also, strictly speaking you don't have to log in to Fimfiction to see mature links; you just need the appropriate cookie set.)
Quote:
That is the default epub behavior, yes. Most ereader devices that I've tested with have small screens, only accept JPGs and don't like transparency.
However, you can turn that off in personal.ini with:
Code:
[epub]
## This switch prevents FanFicFare from doing any processing on the images.
## Usually they would be converted to jpg, resized and optionally made
## grayscale.
no_image_processing: true
|
Done; thanks.
Incidentally, while editing personal.ini, I also noticed:
Code:
[www.fimfiction.net]
is_adult:true
#fail_on_password: false
Does uncommenting that allow password-protected stories to be downloaded? Why is it commented by default?