mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-26 12:12:30 +01:00
remove instamanhwa (#4528)
This commit is contained in:
parent
2e8b41db6c
commit
2d3411a598
@ -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
Block a user