mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
parent
0694034cd6
commit
462af44edd
@ -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
Block a user