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:
parent
ad7b208e4b
commit
0353829445
|
@ -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 |
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue