Quote:
Originally Posted by darth1
What's the difference between fanficfare v3.29.1 and 4.1.5?
...
|
See release history in the first post of this thread or
here on github.
Without seeing an error log, I cannot comment on what specifically might make the difference.
Most of the time in past when we've had an 'out of memory' complaint, switching from Calibre 32bit to 64bit fixed it.
Quote:
Originally Posted by ILB
Thanks!
Only
Code:
add_to_replace_metadata:
author=> \[archived by.*\]=>
doesn´t work for me. But I don't need/use it anyway.
However a story with two authors becomes three:
Author "A", Author "B" and Author "A,B"
(example https://archiveofourown.org/works/30271371)
|
My mistake--I assumed the tag
<h3 class="byline heading"> was only present for "archived by" stories; instead it's present for all stories.
This only uses byline values that contain "\[archived by.*\]":
Code:
include_in_author:author,byline
include_in_authorUrl:authorUrl,storyUrl
add_to_include_metadata_pre:
byline=~\[archived by.*\]
add_to_replace_metadata:
author=> \[archived by.*\]=>
I don't know why the replace_metadata doesn't work for you, but if you don't need it, it doesn't matter.