finish adding fever backgrounds

This commit is contained in:
Yonokid
2025-09-02 22:24:35 -04:00
parent e01ab26422
commit 4eb30dc6fa
4 changed files with 171 additions and 18 deletions

View File

@@ -204,7 +204,7 @@ class TJAParser:
region_code = 'en'
if item[len('SUBTITLE')] != ':':
region_code = (item[len('SUBTITLE'):len('SUBTITLE')+2]).lower()
self.metadata.subtitle[region_code] = ''.join(item.split(':')[1:])
self.metadata.subtitle[region_code] = ''.join(item.split(':')[1:]).replace('--', '')
if 'ja' in self.metadata.subtitle and '限定' in self.metadata.subtitle['ja']:
self.ex_data.limited_time = True
elif item.startswith('TITLE'):