Remove "Manga Keyfi" (#3772)
This commit is contained in:
parent
8447cc8635
commit
72905b0433
|
@ -1,9 +0,0 @@
|
||||||
ext {
|
|
||||||
extName = 'Manga Keyfi'
|
|
||||||
extClass = '.MangaKeyfi'
|
|
||||||
themePkg = 'madara'
|
|
||||||
baseUrl = 'https://mangakeyfi.net'
|
|
||||||
overrideVersionCode = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 19 KiB |
|
@ -1,12 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.tr.mangakeyfi
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
||||||
import java.text.SimpleDateFormat
|
|
||||||
import java.util.Locale
|
|
||||||
|
|
||||||
class MangaKeyfi : Madara(
|
|
||||||
"Manga Keyfi",
|
|
||||||
"https://mangakeyfi.net",
|
|
||||||
"tr",
|
|
||||||
SimpleDateFormat("d MMM yyy", Locale("tr")),
|
|
||||||
)
|
|
Loading…
Reference in New Issue