mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 00:43:00 +01:00
adapter_royalroadcom: New status Inactive
This commit is contained in:
parent
06e55728d0
commit
fdf29eeade
1 changed files with 2 additions and 0 deletions
|
|
@ -267,6 +267,8 @@ class RoyalRoadAdapter(BaseSiteAdapter):
|
|||
self.story.setMetadata('status', 'Stub')
|
||||
elif 'DROPPED' == label:
|
||||
self.story.setMetadata('status', 'Dropped')
|
||||
elif 'INACTIVE' == label:
|
||||
self.story.setMetadata('status', 'Inactive')
|
||||
elif 'Fan Fiction' == label:
|
||||
self.story.addToList('category', 'FanFiction')
|
||||
elif 'Original' == label:
|
||||
|
|
|
|||
Loading…
Reference in a new issue