Remove Manhuaespanol & MantrazScan: Update domain (#4104)

*Remove Manhuaespanol - redirect to MantrazScan
*MantrazScan: update url
This commit is contained in:
Yush0DAN 2024-07-18 23:55:58 -06:00 committed by Draff
parent 682bbb4703
commit 476e950291
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
9 changed files with 3 additions and 27 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'Manhua Espanol'
extClass = '.ManhuaEspanol'
themePkg = 'madara'
baseUrl = 'https://lectorespanol.com'
overrideVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,14 +0,0 @@
package eu.kanade.tachiyomi.extension.es.manhuaespanol
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class ManhuaEspanol : Madara(
"Manhua Español",
"https://lectorespanol.com",
"es",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale("es")),
) {
override val useNewChapterEndpoint = true
}

View File

@ -2,8 +2,8 @@ ext {
extName = 'Mantraz Scan' extName = 'Mantraz Scan'
extClass = '.MantrazScan' extClass = '.MantrazScan'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://mantrazscans.net' baseUrl = 'https://panconcola.com'
overrideVersionCode = 1 overrideVersionCode = 2
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
class MantrazScan : Madara( class MantrazScan : Madara(
"Mantraz Scan", "Mantraz Scan",
"https://mantrazscans.net", "https://panconcola.com",
"es", "es",
SimpleDateFormat("dd/MM/yyyy", Locale("es")), SimpleDateFormat("dd/MM/yyyy", Locale("es")),
) { ) {