TeamX fix no pages found (#4862)
This commit is contained in:
parent
648bcc5b56
commit
924ea25c53
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'Team X'
|
extName = 'Team X'
|
||||||
pkgNameSuffix = 'ar.teamx'
|
pkgNameSuffix = 'ar.teamx'
|
||||||
extClass = '.TeamX'
|
extClass = '.TeamX'
|
||||||
extVersionCode = 7
|
extVersionCode = 8
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -131,7 +131,7 @@ class TeamX : ParsedHttpSource() {
|
||||||
// Pages
|
// Pages
|
||||||
|
|
||||||
override fun pageListParse(document: Document): List<Page> {
|
override fun pageListParse(document: Document): List<Page> {
|
||||||
return document.select("div#translationPageall img").mapIndexed { i, img ->
|
return document.select("div#translationPageall embed").mapIndexed { i, img ->
|
||||||
Page(
|
Page(
|
||||||
i,
|
i,
|
||||||
"",
|
"",
|
||||||
|
|
Loading…
Reference in New Issue