mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
MangaTop -> MangaScans: update domain (#4451)
This commit is contained in:
parent
7492e6d405
commit
1ff8ec4bf2
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'MangaTop'
|
||||
extClass = '.MangaTop'
|
||||
extVersionCode = 1
|
||||
extName = 'MangaScans'
|
||||
extClass = '.MangaScans'
|
||||
extVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -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)
|
Loading…
Reference in New Issue
Block a user