View Single Post
Old 06-08-2025, 10:58 AM   #10867
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,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2025-06-08
- Py2 fix for split BG jobs, closes #1214
- Fix xenforo2 prefixtags, some still using tags in title
- alternatehistory needs at least cloudscraper now, it seems.


Quote:
Originally Posted by Tharos View Post
Yesterday I used FFF to import fiction from the-sietch.com for the first time. I noticed that the titles are not captured correctly if there is a tag for a series.
Fixed.

Quote:
Originally Posted by Tharos View Post
If I import https://www.the-sietch.com/index.php...tletech.10785/, the following is entered as a comment:
I only see that with keep_summary_html:false
That is the content of an embedded <script> tag for the image light box. So, technically, that is what's there.

Without keep_summary_html:false the default description_limit is exceeded before it actually gets to the text.

The html removal code is really old, I want to look at it for a bit before deciding if I want to strip out embedded <script> tags, which don't appear to be common.

You could address this by keeping HTML summary for this one, but would still need a longer limit:
Code:
[https://www.the-sietch.com/index.php?threads/i-caesar-battletech.10785/]
keep_summary_html:true
description_limit:3000
Or given how non-descriptive that description is, set your own:
Code:
[https://www.the-sietch.com/index.php?threads/i-caesar-battletech.10785/]
replace_metadata:
 description=>^.*$=>This is the description of that story...
JimmXinu is offline   Reply With Quote