ManhuaID - change chapter selector (#3584)
This commit is contained in:
parent
df765c453a
commit
8590ff2fb6
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: ManhuaID'
|
||||
pkgNameSuffix = 'id.manhuaid'
|
||||
extClass = '.ManhuaID'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ class ManhuaID : ParsedHttpSource() {
|
|||
else -> SManga.UNKNOWN
|
||||
}
|
||||
|
||||
override fun chapterListSelector() = "table.table.table-striped td[width] > a.text-success.text-decoration-none"
|
||||
override fun chapterListSelector() = "table.table tr td:first-of-type a"
|
||||
|
||||
override fun chapterListRequest(manga: SManga) = GET(baseUrl + manga.url, headers)
|
||||
|
||||
|
|
Loading…
Reference in New Issue