You can do pretty much anything you like in a custom recipe. If you want to know what the calibre config directory is, use:
from calibre.utils.config import config_dir
As for making it a general calibre feature it's not so easy. The problem is finding a unique identifier for articles that is guaranteed to be unique for ever. No single solution is going to work across all feeds/recipes.
|