Remove Colored Manga (#2112)
This commit is contained in:
parent
da0b929bf3
commit
3bb82737b7
|
@ -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 |
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue