TeamX fix no pages found (#4862)

This commit is contained in:
Riztard Lanthorn 2020-11-13 19:09:08 +07:00 committed by GitHub
parent 648bcc5b56
commit 924ea25c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Team X'
pkgNameSuffix = 'ar.teamx'
extClass = '.TeamX'
extVersionCode = 7
extVersionCode = 8
libVersion = '1.2'
}

View File

@ -131,7 +131,7 @@ class TeamX : ParsedHttpSource() {
// Pages
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(
i,
"",