MangaCrab: Update domain (#3237)

Update domain
This commit is contained in:
Chopper 2024-05-26 04:57:47 -03:00 committed by Draff
parent f7b2ff60ac
commit dc236041b1
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Manga Crab' extName = 'Manga Crab'
extClass = '.MangaCrab' extClass = '.MangaCrab'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://visorcrab.com' baseUrl = 'https://wikicrab.xyz'
overrideVersionCode = 9 overrideVersionCode = 10
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -18,7 +18,7 @@ import java.util.Locale
class MangaCrab : class MangaCrab :
Madara( Madara(
"Manga Crab", "Manga Crab",
"https://visorcrab.com", "https://wikicrab.xyz",
"es", "es",
SimpleDateFormat("dd/MM/yyyy", Locale("es")), SimpleDateFormat("dd/MM/yyyy", Locale("es")),
), ),
@ -36,6 +36,7 @@ class MangaCrab :
.build() .build()
override val mangaSubString = "series" override val mangaSubString = "series"
override val useLoadMoreRequest = LoadMoreStrategy.Never
override fun chapterListSelector() = "div.listing-chapters_wrap > ul > li" override fun chapterListSelector() = "div.listing-chapters_wrap > ul > li"
override val mangaDetailsSelectorDescription = "div.c-page__content div.modal-contenido" override val mangaDetailsSelectorDescription = "div.c-page__content div.modal-contenido"