epub-gen
epub-gen copied to clipboard
Add: timeout and retry for image download.
Signed-off-by: gonejack [email protected]
Hi, @cyrilis
I add default timeout and retry setting for image downloads for epub-gen, with SuperAgent's built-in feature.
About the tempDir, just to avoid epub-gen creates files under people's node_modules, I think it's a mistake so I change it.

New to coffee script but do run the test.
SuperAgent's implementation is not good or misleading after browsing their code and discovery their code would not work as people's expectation, I would rewrite related code later.
+1
This is a huge improvement and keeps the experience smooth saving the manual work of pre-downloading images and changing src references in html.