Remove TeenManhua (#2524)

This commit is contained in:
Vetle Ledaal 2024-04-23 08:00:49 +00:00 committed by Draff
parent c1185fdd78
commit 1cbecae3f7
7 changed files with 0 additions and 23 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View File

@ -1,14 +0,0 @@
package eu.kanade.tachiyomi.extension.en.teenmanhua
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class TeenManhua : Madara(
"TeenManhua",
"https://teenmanhua.com",
"en",
dateFormat = SimpleDateFormat("dd/MM/yy", Locale.US),
) {
override val filterNonMangaItems = false
}