Update some Madara source chapter timestamp (#4633)
* add chapter timestamp on KlanKomik and AstralLibrary * update ext version
This commit is contained in:
parent
8aa9b5ef1d
commit
14012ba760
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'Madara (multiple sources)'
|
extName = 'Madara (multiple sources)'
|
||||||
pkgNameSuffix = "all.madara"
|
pkgNameSuffix = "all.madara"
|
||||||
extClass = '.MadaraFactory'
|
extClass = '.MadaraFactory'
|
||||||
extVersionCode = 143
|
extVersionCode = 144
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
containsNsfw = true
|
containsNsfw = true
|
||||||
}
|
}
|
||||||
|
@ -775,7 +775,7 @@ class GoldenManga : Madara("موقع لترجمة المانجا", "https://gold
|
|||||||
|
|
||||||
class Mangalek : Madara("مانجا ليك", "https://mangalek.com", "ar", SimpleDateFormat("MMMM dd, yyyy", Locale("ar")))
|
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()
|
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)"
|
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") {
|
class ToonPoint : Madara("ToonPoint", "https://toonpoint.com", "en") {
|
||||||
override val userAgentRandomizer = ""
|
override val userAgentRandomizer = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user