Downloaded articles are named according to a particular scheme ass feed_n/article_n/index.html
You need to convert your internal links to refer to those names. There is no easy way to do that, since the recipe download system is not designed for it. Essentially, you need to override create_opf() in your recipe class to store a mapping of article.orig_url -> filename
Then implement postprocess_book() to use that mapping to replace the links in the downloaded articles using the previously stored mapping.
|