mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-26 04:03:01 +01:00
Remove "Manga Keyfi" (#3772)
This commit is contained in:
parent
d6406de9cd
commit
6663b3b788
@ -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
Block a user