parent
9f2e7468ce
commit
3b8d559c32
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'Team X'
|
extName = 'Team X'
|
||||||
pkgNameSuffix = 'ar.teamx'
|
pkgNameSuffix = 'ar.teamx'
|
||||||
extClass = '.TeamX'
|
extClass = '.TeamX'
|
||||||
extVersionCode = 12
|
extVersionCode = 13
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
@ -190,7 +190,7 @@ class TeamX : ParsedHttpSource() {
|
|||||||
// Pages
|
// Pages
|
||||||
|
|
||||||
override fun pageListParse(document: Document): List<Page> {
|
override fun pageListParse(document: Document): List<Page> {
|
||||||
return document.select("div.image_list img").mapIndexed { i, img ->
|
return document.select("div.image_list img[src]").mapIndexed { i, img ->
|
||||||
Page(i, "", img.absUrl("src"))
|
Page(i, "", img.absUrl("src"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user