MangaTop -> MangaScans: update domain (#4451)

This commit is contained in:
AwkwardPeak7 2024-08-07 08:40:59 +05:00 committed by GitHub
parent 7492e6d405
commit 1ff8ec4bf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'MangaTop'
extClass = '.MangaTop'
extVersionCode = 1
extName = 'MangaScans'
extClass = '.MangaScans'
extVersionCode = 2
isNsfw = true
}

View File

@ -28,16 +28,18 @@ import java.text.SimpleDateFormat
import java.util.Calendar
import java.util.Locale
class MangaTop : ParsedHttpSource() {
class MangaScans : ParsedHttpSource() {
override val name = "MangaTop"
override val name = "MangaScans"
override val baseUrl = "https://mangatop.to"
override val baseUrl = "https://mangascans.to"
override val lang = "en"
override val supportsLatest = true
override val id = 85127596998931837
override val client = network.cloudflareClient.newBuilder()
.addInterceptor(::tokenInterceptor)
.rateLimit(2)