Quote:
Originally Posted by icecold
So I'm not expecting anything to be done about this because there's are always going to be edge cases for SB/SV/QQ title and category/fandom parsing. Just wanted to report this so you knew what one of those edge cases were.
But anyways FFF mangles the title and fandom for this story, https://forums.sufficientvelocity.co...y-quest.99223/
|
Yep, that's a thing.
You can correct the title and clear tagsfromtitle by putting in story specific replacements:
Code:
[https://forums.sufficientvelocity.com/threads/the-best-and-worst-time-of-our-lives-a-rwby-quest.99223/]
add_to_replace_metadata:
title=>^.*$=>Correct Title(with) stuff in (parans) in
tagsfromtitle=>^.*$=>
[storyUrl] section and add_to_ will make sure these are the last replacement patterns.