Remove Visormonarca (#7109)
This commit is contained in:
parent
007b3f32bc
commit
f1428f8938
|
@ -1,10 +0,0 @@
|
|||
ext {
|
||||
extName = 'Visormonarca'
|
||||
extClass = '.Visormonarca'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://visormonarca.com'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
Before Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
Binary file not shown.
Before Width: | Height: | Size: 31 KiB |
|
@ -1,14 +0,0 @@
|
|||
package eu.kanade.tachiyomi.extension.es.monarcamanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Visormonarca : Madara(
|
||||
"Visormonarca",
|
||||
"https://visormonarca.com",
|
||||
"es",
|
||||
SimpleDateFormat("MMM d, yyy", Locale("es")),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
Reference in New Issue