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'
|
||||
extClass = '.MantrazScan'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://mantrazscans.net'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://panconcola.com'
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
|
|||
|
||||
class MantrazScan : Madara(
|
||||
"Mantraz Scan",
|
||||
"https://mantrazscans.net",
|
||||
"https://panconcola.com",
|
||||
"es",
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale("es")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue