Quote:
Originally Posted by jazzhands
I'm so sorry to ask, I swear I've searched but I can't come up with an easy solution, and I think it should be simple.
Is there code I can add or edit in the personal.ini file to stop downloading any freeformtags from AO3?
|
There isn't any way to stop FFF
collecting those tags--it's part of the code. However, you can stop FFF from
using those tags.
Looking in defaults.ini,
freeformtags are included in
genre, you change that in your personal.ini with:
Code:
[archiveofourown.org]
include_in_genre: ao3categories
For reference, defaults.ini has:
Code:
## AO3 doesn't have anything it calls 'genre'. The adapter used to be
## hardcoded to include the site specific metadata freeformtags &
## ao3categories in the standard metadata field genre. By making it
## configurable, users can change it.
include_in_genre: freeformtags, ao3categories