TempleScan: fix comic list (#4531)

bruh
This commit is contained in:
AwkwardPeak7 2024-08-09 17:29:32 +05:00 committed by GitHub
parent 0694034cd6
commit 462af44edd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Temple Scan'
extClass = '.TempleScan'
extVersionCode = 43
extVersionCode = 44
isNsfw = true
}

View File

@ -71,7 +71,7 @@ class TempleScan : HttpSource() {
with(script) {
val raw = substringAfter("""allComics":""")
.substringBeforeLast("}]]")
.substringBeforeLast("}]")
seriesCache = raw.parseAs()
}