diff --git a/src/es/catmanhwas/build.gradle b/src/es/catmanhwas/build.gradle index 752b5a29a..a18f4e5e8 100644 --- a/src/es/catmanhwas/build.gradle +++ b/src/es/catmanhwas/build.gradle @@ -2,8 +2,8 @@ ext { extName = 'CatManhwas' extClass = '.CatManhwas' themePkg = 'madara' - baseUrl = 'https://catmanhwas.com' - overrideVersionCode = 0 + baseUrl = 'https://newcat1.xyz' + overrideVersionCode = 1 isNsfw = true } diff --git a/src/es/catmanhwas/src/eu/kanade/tachiyomi/extension/es/catmanhwas/CatManhwas.kt b/src/es/catmanhwas/src/eu/kanade/tachiyomi/extension/es/catmanhwas/CatManhwas.kt index 46fd91a1d..4e0c2c8ba 100644 --- a/src/es/catmanhwas/src/eu/kanade/tachiyomi/extension/es/catmanhwas/CatManhwas.kt +++ b/src/es/catmanhwas/src/eu/kanade/tachiyomi/extension/es/catmanhwas/CatManhwas.kt @@ -8,9 +8,9 @@ import java.util.Locale class CatManhwas : Madara( "CatManhwas", - "https://catmanhwas.com", + "https://newcat1.xyz", "es", - dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale("es")), + dateFormat = SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("es")), ) { override val client: OkHttpClient = super.client.newBuilder() .rateLimit(3, 1)