mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 19:52:56 +01:00
Toonily: fix page selector (#3138)
Restored back to default Madara behavior - this will make it so the "Chapters have been replaced for better quality." banner isn't read as an image.
This commit is contained in:
parent
fdd226aaf2
commit
08f4f9a183
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.Toonily'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://toonily.com'
|
||||
overrideVersionCode = 11
|
||||
overrideVersionCode = 12
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -67,8 +67,6 @@ class Toonily : Madara(
|
||||
|
||||
override fun searchMangaSelector() = "div.page-item-detail.manga"
|
||||
|
||||
override val pageListParseSelector = "div.reading-content div"
|
||||
|
||||
override fun parseChapterDate(date: String?): Long {
|
||||
val formattedDate = if (date?.contains("UP") == true) "today" else date
|
||||
return super.parseChapterDate(formattedDate)
|
||||
|
Loading…
Reference in New Issue
Block a user