Remove AQUA Scans (ManhwaWorld) (#8276)

This commit is contained in:
Smol Ame 2025-03-31 07:39:35 -07:00 committed by Draff
parent d0d9558eb2
commit 34bd753d27
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 29 deletions

View File

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

View File

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