fix Madara - ComicKiba (#5032)
* fix Madara - ComicKiba fix page list parse * remove Mangastream.cc
This commit is contained in:
parent
d7d59a03e6
commit
9190a3aabc
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Madara (multiple sources)'
|
||||
pkgNameSuffix = "all.madara"
|
||||
extClass = '.MadaraFactory'
|
||||
extVersionCode = 152
|
||||
extVersionCode = 153
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
|
|
@ -909,61 +909,6 @@ class DisasterScans : Madara("Disaster Scans", "https://disasterscans.com", "en"
|
|||
|
||||
class MangaDods : Madara("MangaDods", "https://www.mangadods.com", "en", SimpleDateFormat("yyyy-MM-dd", Locale.US))
|
||||
|
||||
class MangaStream : Madara("MangaStream", "https://www.mangastream.cc", "en") {
|
||||
override fun getGenreList() = listOf(
|
||||
Genre("Action", "action-manga"),
|
||||
Genre("Adventure", "adventure-manga"),
|
||||
Genre("Bara", "bara-manga"),
|
||||
Genre("BL Manga", "bl-manga"),
|
||||
Genre("Comedy", "comedy-manga"),
|
||||
Genre("Comics", "comics-online"),
|
||||
Genre("Completed Manga", "completed-manga"),
|
||||
Genre("Drama", "drama-manga"),
|
||||
Genre("Ecchi", "ecchi-manga"),
|
||||
Genre("Fantasy", "fantasy-manga"),
|
||||
Genre("Gender Bender", "gender-bender-manga"),
|
||||
Genre("Hardcore Yaoi", "hardcore-yaoi"),
|
||||
Genre("Harem", "harem-manga"),
|
||||
Genre("Hipercool", "hipercool"),
|
||||
Genre("Historical", "historical"),
|
||||
Genre("Horror", "horror-manga"),
|
||||
Genre("Incest", "incest-manga"),
|
||||
Genre("Josei", "josei"),
|
||||
Genre("Lolicon", "lolicon-manga"),
|
||||
Genre("Manga", "manga"),
|
||||
Genre("Manhua", "manhua"),
|
||||
Genre("Manhwa", "manhwa-manga"),
|
||||
Genre("Manhwa Hentai Manga", "manhwahentai"),
|
||||
Genre("Martial Arts", "martial-arts-manga"),
|
||||
Genre("Mature", "mature-manga"),
|
||||
Genre("Mystery", "mystery"),
|
||||
Genre("One shot", "one-shot"),
|
||||
Genre("Psychological", "psychological-manga"),
|
||||
Genre("Rape", "rape-manga"),
|
||||
Genre("Reincarnation", "reincarnation-manga"),
|
||||
Genre("Reverse Harem", "reverse-harem"),
|
||||
Genre("Romance", "romance-manga"),
|
||||
Genre("School Life", "read-school-life-manga"),
|
||||
Genre("Sci-fi", "sci-fi"),
|
||||
Genre("Seinen", "seinen-manga"),
|
||||
Genre("Shotacon", "shotacon"),
|
||||
Genre("Shoujo", "shoujo-manga"),
|
||||
Genre("Shoujo Ai", "shoujo-ai"),
|
||||
Genre("Shounen", "shounen-manga"),
|
||||
Genre("Shounen Ai", "shounen-ai"),
|
||||
Genre("Slice of Life", "slice-of-life"),
|
||||
Genre("Smut", "smut-manga"),
|
||||
Genre("Soft Yaoi", "soft-yaoi"),
|
||||
Genre("Soft Yuri", "soft-yuri"),
|
||||
Genre("Sports", "sports-manga"),
|
||||
Genre("Supernatural", "supernatural"),
|
||||
Genre("Tragedy", "tragedy"),
|
||||
Genre("Webtoon", "webtoons"),
|
||||
Genre("Yaoi", "yaoi-manga"),
|
||||
Genre("Yuri", "yuri-manga")
|
||||
)
|
||||
}
|
||||
|
||||
class NeoxScanlator : Madara(
|
||||
"Neox Scanlator",
|
||||
"https://neoxscans.com",
|
||||
|
@ -1316,7 +1261,7 @@ class FurioScans : Madara("Furio Scans", "https://furioscans.com", "pt-BR", Simp
|
|||
class Mangareceh : Madara("Mangareceh", "https://mangareceh.id", "id")
|
||||
|
||||
class ComicKiba : Madara("ComicKiba", "https://comickiba.com", "en") {
|
||||
override val pageListParseSelector = "li.blocks-gallery-item img:nth-child(1), div.reading-content p > img"
|
||||
override val pageListParseSelector = "li.blocks-gallery-item img:nth-child(1), div.reading-content p > img, .read-container .reading-content img"
|
||||
}
|
||||
|
||||
class KlanKomik : Madara("KlanKomik", "https://klankomik.com", "id", SimpleDateFormat("d MMM yyyy", Locale.US))
|
||||
|
|
Loading…
Reference in New Issue