View Single Post
Old 02-20-2021, 04:48 PM   #5539
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: 6,999
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
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 View Post
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.)
JimmXinu is offline   Reply With Quote