Remove Kings-Manga (#5185)

Remove Kings-Manga, redirects to Superdoujin

Removing instead of updating the domain since the new site is NSFW.
This commit is contained in:
Vetle Ledaal 2024-09-25 15:48:42 +02:00 committed by Draff
parent ad7b208e4b
commit 0353829445
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 23 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'Kings-Manga'
extClass = '.KingsManga'
themePkg = 'madara'
baseUrl = 'https://www.kings-manga.co'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@ -1,14 +0,0 @@
package eu.kanade.tachiyomi.extension.th.kingsmanga
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class KingsManga : Madara(
"Kings-Manga",
"https://www.kings-manga.co",
"th",
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("th")),
) {
override val useNewChapterEndpoint = false
}