Quote:
Originally Posted by davidfor
The formatting of the epubs produced has a problem. This is because the story text is wrapped in a single p tag. It uses br tags to create the impression of paragraphs. The adapter passes the text through utf8FromSoup and will use replace_br_with_p if the users options have it set. But, because the text is wrapped in a single set of paragraph tags, nothing is changed. To get it working right, I had to strip the tags off.
...
|
Good catch. Here's a version that addresses the issue.
This version also adds more sleep time between hits to ffnet for metadata. I think that may help people who are getting errors from ffnet; I suspect it's because they are doing too many downloads/updates at once.
However, that also means it takes longer for FFDL to get metadata before pushing downloads into the background. I'm not convinced that this is worth the extra time it will cost people who aren't attempting mass downloads/updates. Let me know what you think.
UPDATE Dec 17, 2013 -- Remove obsolete beta versions
(Look for a newer version in more recent posts.)