Remove Colored Manga ()

This commit is contained in:
Vetle Ledaal 2024-03-26 12:39:56 +00:00 committed by Draff
parent da0b929bf3
commit 3bb82737b7
7 changed files with 0 additions and 23 deletions
src/en/coloredmanga
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/coloredmanga

@ -1,9 +0,0 @@
ext {
extName = 'Colored Manga'
extClass = '.ColoredManga'
themePkg = 'madara'
baseUrl = 'https://coloredmanga.com'
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

(image error) Size: 3.5 KiB

Binary file not shown.

Before

(image error) Size: 1.9 KiB

Binary file not shown.

Before

(image error) Size: 4.6 KiB

Binary file not shown.

Before

(image error) Size: 8.8 KiB

Binary file not shown.

Before

(image error) Size: 12 KiB

@ -1,14 +0,0 @@
package eu.kanade.tachiyomi.extension.en.coloredmanga
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class ColoredManga : Madara(
"Colored Manga",
"https://coloredmanga.com",
"en",
dateFormat = SimpleDateFormat("dd-MMM", Locale.ENGLISH),
) {
override val useNewChapterEndpoint = true
}