[tbscans] remove excess whitespace in 'manga'

This commit is contained in:
Mike Fährmann
2024-05-31 22:32:59 +02:00
parent 00440b8fb1
commit deacbcbfdf

View File

@@ -30,7 +30,7 @@ class TcbscansChapterExtractor(ChapterExtractor):
page, 'font-bold mt-8">', "</h1>").rpartition(" - Chapter ")
chapter, sep, minor = chapter.partition(".")
return {
"manga": text.unescape(manga),
"manga": text.unescape(manga).strip(),
"chapter": text.parse_int(chapter),
"chapter_minor": sep + minor,
"lang": "en", "language": "English",