parent
ca739c2278
commit
41cebfbf1d
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Temple Scan'
|
||||
extClass = '.TempleScan'
|
||||
extVersionCode = 43
|
||||
extVersionCode = 44
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ class TempleScan : HttpSource() {
|
|||
|
||||
with(script) {
|
||||
val raw = substringAfter("""allComics":""")
|
||||
.substringBeforeLast("}]]")
|
||||
.substringBeforeLast("}]")
|
||||
|
||||
seriesCache = raw.parseAs()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue