Remove Manga Kio (#17396)

This commit is contained in:
Vetle Ledaal 2023-08-06 16:09:17 +00:00 committed by GitHub
parent d07f64f129
commit 099255b9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

View File

@ -1,14 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangakio
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class MangaKio : Madara(
"Manga Kio",
"https://mangakio.com",
"en",
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US),
) {
override val useNewChapterEndpoint = true
}

View File

@ -198,7 +198,6 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Manga Galaxy", "https://mangagalaxy.me", "en", overrideVersionCode = 1),
SingleLang("Manga Hentai", "https://mangahentai.me", "en", isNsfw = true, overrideVersionCode = 3),
SingleLang("Manga Keyfi", "https://mangakeyfi.net", "tr"),
SingleLang("Manga Kio", "https://mangakio.com", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("Manga Kiss", "https://mangakiss.org", "en", overrideVersionCode = 1),
SingleLang("Manga Leveling", "https://mangaleveling.com", "en", overrideVersionCode = 1),
SingleLang("Manga Lord", "https://mangalord.com", "en", overrideVersionCode = 1),