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'
|
appName = 'Tachiyomi: Maid - Manga'
|
||||||
pkgNameSuffix = 'id.maidmanga'
|
pkgNameSuffix = 'id.maidmanga'
|
||||||
extClass = '.MaidManga'
|
extClass = '.MaidManga'
|
||||||
extVersionCode = 3
|
extVersionCode = 4
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -117,7 +117,8 @@ class MaidManga : ParsedHttpSource() {
|
||||||
return SimpleDateFormat("MMM d, yyyy", Locale("id")).parse(date).time
|
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 {
|
override fun chapterFromElement(element: Element): SChapter {
|
||||||
return SChapter.create().apply {
|
return SChapter.create().apply {
|
||||||
|
|
Loading…
Reference in New Issue