Remove "Manga Keyfi" (#3772)

This commit is contained in:
Smol Ame 2024-06-28 03:59:18 -07:00 committed by GitHub
parent d6406de9cd
commit 6663b3b788
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 0 additions and 21 deletions

View File

@ -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

View File

@ -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")),
)