remove instamanhwa (#4528)

This commit is contained in:
AwkwardPeak7 2024-08-09 17:28:48 +05:00 committed by GitHub
parent 2e8b41db6c
commit 2d3411a598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 0 additions and 22 deletions

View File

@ -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

View File

@ -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
}