mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
NIGHT SCANS: update domain (#3103)
This commit is contained in:
parent
723ebc161b
commit
7805e7bf0c
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'NIGHT SCANS'
|
||||
extClass = '.NightScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://night-scans.net'
|
||||
overrideVersionCode = 5
|
||||
baseUrl = 'https://night-scans.com'
|
||||
overrideVersionCode = 6
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,7 @@ import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class NightScans : MangaThemesiaAlt("NIGHT SCANS", "https://night-scans.net", "en", "/series") {
|
||||
class NightScans : MangaThemesiaAlt("NIGHT SCANS", "https://night-scans.com", "en", "/series") {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(20, 4, TimeUnit.SECONDS)
|
||||
|
Loading…
Reference in New Issue
Block a user