Another replace_metadata issue, with
this fic somehow ending up with two categories: "The Elder Scrolls" and "Crossover."
Code:
## Category standardization and deduplication
category=>\([0-9]+\)|\(Video Game\)|\(Video Games\)|(|- Fandom\(Movies\)|\(Movie [0-9]+\)|\(Comics\)|\(TV\))$=>
category=>(^Elder Scroll series$|^Elder Scrolls$|Elder Scrolls Online|An Elder Scrolls Legend: Battlespire|Elder Scrolls III: Morrowind|Elder Scrolls IV: Oblivion|Elder Scrolls V: Skyrim)=>The Elder Scrolls
List of categories from the metadata column:
Code:
Elder Scrolls
Elder Scrolls V: Skyrim
Elder Scrolls IV: Oblivion
Elder Scrolls III: Morrowind
Elder Scrolls Online
An Elder Scrolls Legend: Battlespire (Video Game)
Any ideas what's going on? I had this same problem with one of the 2001/2010 fics too (even after resolving the exact-match problem) so it'd be nice to figure it out.