Skip to content

Commit

Permalink
NIGHT SCANS: update domain (#3103)
Browse files Browse the repository at this point in the history
  • Loading branch information
vetleledaal authored May 18, 2024
1 parent 723ebc1 commit 7805e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/en/nightscans/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7805e7b

Please sign in to comment.