ComicKiba: fix pageListParse for some manga (#4949)

* ComicKiba: fix pageListParse for some manga

* Update build.gradle
This commit is contained in:
AbdullahM0hamed 2020-11-28 15:18:57 +00:00 committed by GitHub
parent 973fe8137a
commit a0ebce13b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1321,7 +1321,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)"
override val pageListParseSelector = "li.blocks-gallery-item img:nth-child(1), div.reading-content p > img"
}
class KlanKomik : Madara("KlanKomik", "https://klankomik.com", "id", SimpleDateFormat("d MMM yyyy", Locale.US))