ManhuaID - change chapter selector (#3584)

This commit is contained in:
Mike 2020-06-21 03:16:37 -04:00 committed by GitHub
parent df765c453a
commit 8590ff2fb6
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 {
appName = 'Tachiyomi: ManhuaID'
pkgNameSuffix = 'id.manhuaid'
extClass = '.ManhuaID'
extVersionCode = 1
extVersionCode = 2
libVersion = '1.2'
}

View File

@ -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)