mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
parent
2830a0a1a9
commit
a1bf3fb4c7
@ -1,7 +1,7 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'Koinobori Scan'
|
extName = 'Koinobori Scan'
|
||||||
extClass = '.KoinoboriScan'
|
extClass = '.KoinoboriScan'
|
||||||
extVersionCode = 38
|
extVersionCode = 39
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -162,7 +162,7 @@ class KoinoboriScan : HttpSource() {
|
|||||||
|
|
||||||
override fun pageListParse(response: Response): List<Page> {
|
override fun pageListParse(response: Response): List<Page> {
|
||||||
val document = response.asJsoup()
|
val document = response.asJsoup()
|
||||||
return document.select("body > div.w-full > div > img").mapIndexed { i, img ->
|
return document.select("div.relative > img[src]").mapIndexed { i, img ->
|
||||||
Page(i, imageUrl = img.attr("abs:src"))
|
Page(i, imageUrl = img.attr("abs:src"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user