mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
ModeScanlator - Closed (#5968)
This commit is contained in:
parent
0090523f35
commit
8a78012160
@ -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
Block a user