From abde9fdf8d3684c0c8d20937e7581a02661b0302 Mon Sep 17 00:00:00 2001
From: Jim Miller
'))
+ self.setDescription(self.url,soup.find("div", {"class":"description"}))
+ # if "description" in storyMetadata and storyMetadata["description"]:
+ # # the fimfic API gives bbcode for desc, not html.
+ # # btw, bbcode honors newlines, html doesn't. change newlines to br tags.
+ # self.setDescription(self.url,
+ # bbcodeparser().parse(storyMetadata["description"]).html(doDeepCopy=False).replace('\r','').replace('\n','
'))
+ # elif "short_description" in storyMetadata and storyMetadata["short_description"]:
+ # self.setDescription(self.url,
+ # bbcodeparser().parse(storyMetadata["short_description"]).html(doDeepCopy=False).replace('\r','').replace('\n','
'))
# Dates are in Unix time
# Take the publish date from the first chapter posted
diff --git a/index.html b/index.html
index 86d1ee5..9e508c4 100644
--- a/index.html
+++ b/index.html
@@ -57,7 +57,7 @@
Changes:
-
@@ -68,7 +68,7 @@ If you have any problems with this application, please report them in the FanFictionDownLoader Google Group. The - Previous Version is also available for you to use if necessary. + Previous Version is also available for you to use if necessary.