MangaCrab: Update domain (#3237)

Update domain
This commit is contained in:
Chopper 2024-05-26 04:57:47 -03:00 committed by GitHub
parent dfeab82e09
commit 4648e5f346
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

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

View File

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