Quote:
Originally Posted by playful
Didn't realize that a simple curl command could iterate through the branches of a website and download all the leaves, I'd never used it like that. Thank you for the tip.
|
You could easily create a custom Sigil edit plugin that doesn't require curl. The following proof-of-concept edit plugin will download all external images to the plugin folder.
All you need to do is change the src attribute paths and add the downloaded images to the epub.
For more information on how to do this see the
Sigil Framework Guide.