mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-11 11:52:07 +08:00
Minor fix for 'groups' site specific metadata on fimf.
This commit is contained in:
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user