ModeScanlator - Closed (#5968)

This commit is contained in:
Deivid Gabriel Pereira de Oliveira 2024-11-11 05:35:44 -03:00 committed by GitHub
parent 0090523f35
commit 8a78012160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 0 additions and 29 deletions

View File

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

View File

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