Quote:
Originally Posted by ownedbycats
Question: is there any way for FFF to automatically remove empty paragraphs?
|
There are the
replace_br_with_p and
replace_xbr_with_hr settings:
Code:
## Some sites/authors/stories use br tags instead of p tags for
## paragraphs. This feature uses some heuristics to find and replace
## br paragraphs with p tags while preserving scene breaks.
#replace_br_with_p: false
## Some sites/authors/stories use several br tags for scene/section
## breaks. When set replace_xbr_with_hr:X will cause FFF to search
## for X or more consecutive br tags and replace them with br br hr br.
#replace_xbr_with_hr:3
I have rejected all requests for more generalized text processing on the grounds that it's a shotgun with a stirrup on the end -- you
will shoot yourself in foot with it.
Quote:
Originally Posted by fanfictioneer
Some fanfic downloads never finish after the latest update. The status shows: 2 of 3 stories finished downloading, progress bar at 100%. It's almost like some background process never calls back and notifies the main fanfic process that it's done, or something.
|
Hmmm. I did see a race condition problem like that before the release, but I thought that I'd found all the possible cases.
Is this something you can reproduce?
(Your log also points out that reduce_zalgo is broken, but that's an easy fix and shouldn't affect this.)