Minor fix for 'groups' site specific metadata on fimf.

This commit is contained in:
Jim Miller
2013-11-02 17:02:53 -05:00
parent 37803690e5
commit 98460d785d
2 changed files with 2 additions and 2 deletions
@@ -252,7 +252,7 @@ class FimFictionNetSiteAdapter(BaseSiteAdapter):
rawGroupList = soup.find('ul', {'id':'story_group_list'})
if rawGroupList is not None:
for groupName in rawGroupList.findAll('a', {'href':re.compile('^/group/')}):
self.story.addToList("groups",stripHTML(groupName))
self.story.addToList("groups",stripHTML(groupName).replace(',', ';'))
def hookForUpdates(self,chaptercount):
if self.oldchapters and len(self.oldchapters) > self.newestChapterNum:
+1 -1
View File
@@ -66,7 +66,7 @@
<p>
<ul>
<li>New site: storiesonline.net</li>
<li>Add replace_br_with_p heuristic processing feature. Turn on in personal.ini</li>
<li>Add replace_br_with_p heuristic processing feature. Turn on in personal User Config. Thanks, Asbjørn Grandt.</li>
<li>Handling for fictionpad.com empty chapters. "This chapter has no text."</li>
</ul>
</p>