parent
1fb7d1c976
commit
43979e6f99
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'LeerCapitulo'
|
extName = 'LeerCapitulo'
|
||||||
extClass = '.LeerCapitulo'
|
extClass = '.LeerCapitulo'
|
||||||
extVersionCode = 10
|
extVersionCode = 11
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -180,7 +180,7 @@ class LeerCapitulo : ParsedHttpSource() {
|
||||||
|
|
||||||
val arrayData = document.selectFirst("#array_data")!!.text()
|
val arrayData = document.selectFirst("#array_data")!!.text()
|
||||||
|
|
||||||
val scripts = document.select("head > script[src^=/assets/][src$=.js]").map { it.attr("abs:src") }.reversed().toMutableList()
|
val scripts = document.select("head > script[src^=/assets/][src*=.js]").map { it.attr("abs:src") }.reversed().toMutableList()
|
||||||
|
|
||||||
var dataScript: String? = null
|
var dataScript: String? = null
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue