Remove Visormonarca (#7109)

This commit is contained in:
Smol Ame 2025-01-10 15:47:03 -08:00 committed by Draff
parent 007b3f32bc
commit f1428f8938
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 24 deletions

View File

@ -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

View File

@ -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
}