remove instamanhwa (#4528)
This commit is contained in:
parent
32220c1673
commit
10a970a56d
|
@ -1,10 +0,0 @@
|
||||||
ext {
|
|
||||||
extName = 'InstaManhwa'
|
|
||||||
extClass = '.InstaManhwa'
|
|
||||||
themePkg = 'madara'
|
|
||||||
baseUrl = 'https://www.instamanhwa.com'
|
|
||||||
overrideVersionCode = 2
|
|
||||||
isNsfw = true
|
|
||||||
}
|
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.9 KiB |
|
@ -1,12 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.en.instamanhwa
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
||||||
|
|
||||||
class InstaManhwa : Madara(
|
|
||||||
"InstaManhwa",
|
|
||||||
"https://www.instamanhwa.com",
|
|
||||||
"en",
|
|
||||||
) {
|
|
||||||
override val filterNonMangaItems = false
|
|
||||||
override val useNewChapterEndpoint = true
|
|
||||||
}
|
|
Loading…
Reference in New Issue