Remove Sinensis Scan (#8025)

Sinensis Scan merged with Cerise Scan as reported in #7424, and Sinensis's website is dead/offline.
This commit is contained in:
Smol Ame 2025-03-11 05:34:22 -07:00 committed by Draff
parent 7ad4d56426
commit 5025203010
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 23 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'Sinensis Scan'
extClass = '.SinensisScan'
themePkg = 'peachscan'
baseUrl = 'https://sinensis.leitorweb.com'
overrideVersionCode = 39
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,14 +0,0 @@
package eu.kanade.tachiyomi.extension.pt.sinensis
import eu.kanade.tachiyomi.multisrc.peachscan.PeachScan
import eu.kanade.tachiyomi.network.interceptor.rateLimit
class SinensisScan : PeachScan(
"Sinensis Scan",
"https://sinensis.leitorweb.com",
"pt-BR",
) {
override val client = super.client.newBuilder()
.rateLimit(3)
.build()
}