MangaCrab: Fix no chapters found (#15664)

Update chapters selector
This commit is contained in:
seew3l 2023-03-13 09:36:10 -05:00 committed by GitHub
parent f31f9e9ba3
commit a7a052556e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class MangaCrab : Madara(
"es", "es",
SimpleDateFormat("dd/MM/yyyy", Locale("es")), SimpleDateFormat("dd/MM/yyyy", Locale("es")),
) { ) {
override fun chapterListSelector() = "li.capitulos" override fun chapterListSelector() = "div.listing-chapters_wrap > ul > li"
override val mangaDetailsSelectorDescription = "div.c-page__content div.contenedor" override val mangaDetailsSelectorDescription = "div.c-page__content div.contenedor"
override fun pageListParse(document: Document): List<Page> { override fun pageListParse(document: Document): List<Page> {

View File

@ -183,7 +183,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Manga Bilgini", "https://mangabilgini.com", "tr"), SingleLang("Manga Bilgini", "https://mangabilgini.com", "tr"),
SingleLang("Manga Bin", "https://mangabin.com", "en", overrideVersionCode = 1), SingleLang("Manga Bin", "https://mangabin.com", "en", overrideVersionCode = 1),
SingleLang("Manga Chill", "https://mangachill.io", "en", overrideVersionCode = 6), SingleLang("Manga Chill", "https://mangachill.io", "en", overrideVersionCode = 6),
SingleLang("Manga Crab", "https://mangacrab.com", "es", overrideVersionCode = 2), SingleLang("Manga Crab", "https://mangacrab.com", "es", overrideVersionCode = 3),
SingleLang("Manga District", "https://mangadistrict.com", "en", isNsfw = true, overrideVersionCode = 1), SingleLang("Manga District", "https://mangadistrict.com", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("Manga Diyari", "https://manga-diyari.com", "tr", overrideVersionCode = 2), SingleLang("Manga Diyari", "https://manga-diyari.com", "tr", overrideVersionCode = 2),
SingleLang("Manga Fenix", "https://manga-fenix.com", "es", overrideVersionCode = 2), SingleLang("Manga Fenix", "https://manga-fenix.com", "es", overrideVersionCode = 2),