diff --git a/fanficdownloader/adapters/adapter_fimfictionnet.py b/fanficdownloader/adapters/adapter_fimfictionnet.py index 1e72e59..c24e9b2 100644 --- a/fanficdownloader/adapters/adapter_fimfictionnet.py +++ b/fanficdownloader/adapters/adapter_fimfictionnet.py @@ -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: diff --git a/index.html b/index.html index 6bc27a8..100419a 100644 --- a/index.html +++ b/index.html @@ -66,7 +66,7 @@