ModeScanlator - Closed (#5968)
This commit is contained in:
parent
0fc23e3cb0
commit
00b01225db
|
@ -1,9 +0,0 @@
|
||||||
ext {
|
|
||||||
extName = 'Mode Scanlator'
|
|
||||||
extClass = '.ModeScanlator'
|
|
||||||
themePkg = 'heancms'
|
|
||||||
baseUrl = 'https://site.modescanlator.net'
|
|
||||||
overrideVersionCode = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
|
@ -1,20 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.pt.modescanlator
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.heancms.HeanCms
|
|
||||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
|
||||||
|
|
||||||
class ModeScanlator : HeanCms(
|
|
||||||
"Mode Scanlator",
|
|
||||||
"https://site.modescanlator.net",
|
|
||||||
"pt-BR",
|
|
||||||
"https://api.modescanlator.net",
|
|
||||||
) {
|
|
||||||
override val client = super.client.newBuilder()
|
|
||||||
.rateLimit(3)
|
|
||||||
.build()
|
|
||||||
|
|
||||||
// PeachScan -> HeanCms
|
|
||||||
override val versionId = 2
|
|
||||||
|
|
||||||
override val useNewChapterEndpoint = true
|
|
||||||
}
|
|
Loading…
Reference in New Issue