Remove AQUA Scans (ManhwaWorld) (#8276)
This commit is contained in:
parent
d0d9558eb2
commit
34bd753d27
@ -1,10 +0,0 @@
|
|||||||
ext {
|
|
||||||
extName = 'AQUA Scans'
|
|
||||||
extClass = '.ManhwaWorld'
|
|
||||||
themePkg = 'madara'
|
|
||||||
baseUrl = 'https://aquascans.com'
|
|
||||||
overrideVersionCode = 2
|
|
||||||
isNsfw = false
|
|
||||||
}
|
|
||||||
|
|
||||||
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.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 23 KiB |
@ -1,19 +0,0 @@
|
|||||||
package eu.kanade.tachiyomi.extension.en.manhwaworld
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
||||||
import eu.kanade.tachiyomi.network.interceptor.rateLimitHost
|
|
||||||
import okhttp3.HttpUrl.Companion.toHttpUrl
|
|
||||||
|
|
||||||
class ManhwaWorld : Madara(
|
|
||||||
"AQUA Scans",
|
|
||||||
"https://aquascans.com",
|
|
||||||
"en",
|
|
||||||
) {
|
|
||||||
override val id = 8857833474626810640
|
|
||||||
|
|
||||||
override val client = super.client.newBuilder()
|
|
||||||
.rateLimitHost(baseUrl.toHttpUrl(), 3, 1)
|
|
||||||
.build()
|
|
||||||
|
|
||||||
override val chapterUrlSuffix = ""
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user