Remove Manhuaespanol & MantrazScan: Update domain (#4104)
*Remove Manhuaespanol - redirect to MantrazScan *MantrazScan: update url
This commit is contained in:
parent
682bbb4703
commit
476e950291
|
@ -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 |
|
@ -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
|
|
||||||
}
|
|
|
@ -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"
|
||||||
|
|
|
@ -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")),
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue