Have you ever considered defining a consumer centered DSL for defining the parsing of feeds in the clearest way possible and then implementing a system of converting a clearly written script into commands run against calibre? I feel like that might be a sharp way forward to allow end users to customize the manor in which their web content is rendered to eink friendly formats.
Quote:
Originally Posted by kovidgoyal
Override parse_feeds and do whatever you like to postprocess the result of calling the base class parse_feeds()
|
I'm game for something like this, but it's all walls for me. What does calling parse_feeds on the base class look like in code?