Remove NexoScans (#3133)
This commit is contained in:
parent
febc0ba112
commit
f497bddc71
@ -1,9 +0,0 @@
|
||||
ext {
|
||||
extName = 'Nexo Scans'
|
||||
extClass = '.NexoScans'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://nexoscans.net'
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
Before Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 22 KiB |
@ -1,24 +0,0 @@
|
||||
package eu.kanade.tachiyomi.extension.pt.nexoscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class NexoScans : Madara(
|
||||
"Nexo Scans",
|
||||
"https://nexoscans.net",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale.US),
|
||||
) {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(1, 2, TimeUnit.SECONDS)
|
||||
.build()
|
||||
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val chapterUrlSelector = "a:not(div.chapter-thumbnail a)"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user