[tbscans] remove excess whitespace in 'manga'

pull/5667/head
Mike Fährmann 4 months ago
parent 00440b8fb1
commit deacbcbfdf
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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",

Loading…
Cancel
Save