@Amalthia
Hey, the problem is that the "replace_metadata" instruction expects
regular expressions. Each special character listed on
this page, must be escaped with a '\'.
So your configuration file section should look like this:
Code:
# only put fandoms in tags
include_subject_tags: fandoms
# Remove the FanFiction tag that FFDL includes for most sites.
extratags: a03 downloader
replace_metadata:
fandoms=>Thor \(Movies\)=>Thor
anthology_tags:
@Tanjamuse
I'll take a look at it soon.