mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-11 11:52:07 +08:00
Allow Pairing w/o Centered category -> chars in TtH.
This commit is contained in:
@@ -263,7 +263,8 @@ class TwistingTheHellmouthSiteAdapter(BaseSiteAdapter):
|
||||
elif self.getConfig('pairingcat_to_characters_ships') and cat.string.startswith('Pairing: '):
|
||||
pair = cat.string[len('Pairing: '):]
|
||||
self.story.addToList('characters',pair)
|
||||
self.story.addToList('ships',char+'/'+pair)
|
||||
if char:
|
||||
self.story.addToList('ships',char+'/'+pair)
|
||||
elif cat.string not in ['General', 'Non-BtVS/AtS Stories', 'Non-BTVS/AtS Stories', 'BtVS/AtS Non-Crossover', 'Non-BtVS Crossovers']:
|
||||
# assumed only ship category after Romance cat.
|
||||
if self.getConfig('romancecat_to_characters_ships') and romance:
|
||||
|
||||
Reference in New Issue
Block a user