Update some Madara source chapter timestamp (#4633)

* add chapter timestamp on KlanKomik and AstralLibrary

* update ext version
This commit is contained in:
Riztard Lanthorn 2020-10-19 07:25:32 +07:00 committed by GitHub
parent 8aa9b5ef1d
commit 14012ba760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 143
extVersionCode = 144
libVersion = '1.2'
containsNsfw = true
}

View File

@ -775,7 +775,7 @@ class GoldenManga : Madara("موقع لترجمة المانجا", "https://gold
class Mangalek : Madara("مانجا ليك", "https://mangalek.com", "ar", SimpleDateFormat("MMMM dd, yyyy", Locale("ar")))
class AstralLibrary : Madara("Astral Library", "https://astrallibrary.net", "en") {
class AstralLibrary : Madara("Astral Library", "https://astrallibrary.net", "en", SimpleDateFormat("d MMM", Locale.US)) {
override fun chapterListParse(response: Response): List<SChapter> = super.chapterListParse(response).reversed()
}
@ -1229,7 +1229,7 @@ class ComicKiba : Madara("ComicKiba", "https://comickiba.com", "en") {
override val pageListParseSelector = "li.blocks-gallery-item img:nth-child(1)"
}
class KlanKomik : Madara("KlanKomik", "https://klankomik.com", "id")
class KlanKomik : Madara("KlanKomik", "https://klankomik.com", "id", SimpleDateFormat("d MMM yyyy", Locale.US))
class ToonPoint : Madara("ToonPoint", "https://toonpoint.com", "en") {
override val userAgentRandomizer = ""