Remove Colored Manga (#2112)

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

View File

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

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

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