mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-05 19:11:50 +02:00
Fix for category vs categories - eFiction Base
This commit is contained in:
parent
39e96b9966
commit
f297814da2
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ class BaseEfictionAdapter(BaseSiteAdapter):
|
|||
self.story.addToList('characters', val)
|
||||
elif 'Categories' in key:
|
||||
for val in re.split("\s*,\s*", value):
|
||||
self.story.addToList('categories', val)
|
||||
self.story.addToList('category', val)
|
||||
elif 'Challenges' in key:
|
||||
for val in re.split("\s*,\s*", value):
|
||||
# TODO this should be an official field I guess
|
||||
|
|
|
|||
Loading…
Reference in a new issue