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:
parent
7ad4d56426
commit
5025203010
@ -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 |
@ -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()
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user