Remove TeenManhua (#2524)
This commit is contained in:
parent
c1185fdd78
commit
1cbecae3f7
|
@ -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 |
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue