Quote:
Originally Posted by Tanjamuse
The problem I have is that whenever I download a story from Elysian Fields the EF which should only be in my authorId column also shows up in the AuthorHTML column.
Code:
[dark-solace.org]
add_to_replace_metadata:
authorId=>^(.*)$=>EF\1
|
You may recall this discussion from January:
Quote:
Originally Posted by JimmXinu
The adapter uses the storyId internally to create the storyUrl. Which, because you've changed it, is now broken. Most of the adapters work that way because I never anticipated that someone would try to change it.
|
authorUrl and
authorId work the same. By changing
authorId, you've broken
authorUrl and therefore
authorHTML.
Your best bet, if you insist on this level of metadata detail, would be to make copies of
storyId/
authorId to new metadata entries and include the originals with .NOREPL. That's been explained before.