Maid Mang - better chapterListSelector (#3344)
Maid Manga - better chapterListSelector
This commit is contained in:
parent
fbe90270fe
commit
df43c023ca
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: Maid - Manga'
|
||||
pkgNameSuffix = 'id.maidmanga'
|
||||
extClass = '.MaidManga'
|
||||
extVersionCode = 3
|
||||
extVersionCode = 4
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -117,7 +117,8 @@ class MaidManga : ParsedHttpSource() {
|
|||
return SimpleDateFormat("MMM d, yyyy", Locale("id")).parse(date).time
|
||||
}
|
||||
|
||||
override fun chapterListSelector() = "ul.series-chapterlist div.flexch a"
|
||||
// careful not to include download links
|
||||
override fun chapterListSelector() = "ul.series-chapterlist div.flexch-infoz > a"
|
||||
|
||||
override fun chapterFromElement(element: Element): SChapter {
|
||||
return SChapter.create().apply {
|
||||
|
|
Loading…
Reference in New Issue