mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-26 12:52:48 +00:00
feat: add vsmile, tutor, vg5k, vgmplay profiles and system aliases
This commit is contained in:
parent
8f29e0e85c
commit
d3bd68f6ad
7 changed files with 140 additions and 13 deletions
|
|
@ -274,7 +274,7 @@ class Scraper(BaseScraper):
|
|||
system_col = self._clean_markdown((row[key] or ""))
|
||||
break
|
||||
slug = None
|
||||
for part in re.split(r'[`\s]+', folder_col):
|
||||
for part in re.split(r'[`\s/]+', folder_col):
|
||||
part = part.strip().strip('`').lower()
|
||||
if part and part in SYSTEM_SLUG_MAP:
|
||||
slug = SYSTEM_SLUG_MAP[part]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue