parent
32de7342cb
commit
c23919892b
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: Scantrad'
|
||||
pkgNameSuffix = 'fr.scantrad'
|
||||
extClass = '.Scantrad'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -171,7 +171,7 @@ class Scantrad : ParsedHttpSource() {
|
|||
override fun pageListParse(document: Document): List<Page> {
|
||||
val pages = mutableListOf<Page>()
|
||||
|
||||
document.select("div.center select[name=chapter-page] option").forEachIndexed { i, page ->
|
||||
document.select("div.center select[name=chapter-page]:not(.mobile) option").forEachIndexed { i, page ->
|
||||
pages.add(Page(i, page.attr("value"), ""))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue