SenshiManga: Update domain (#4251)
CI / Prepare job (push) Successful in 6s Details
CI / Build individual modules (push) Successful in 7m23s Details
CI / Publish repo (push) Successful in 44s Details

update domain
This commit is contained in:
bapeey 2024-07-26 03:17:00 -05:00 committed by Draff
parent 9f307df515
commit ac57f5e3dd
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Senshi Manga'
extClass = '.SenshiManga'
extVersionCode = 4
extVersionCode = 5
isNsfw = false
}

View File

@ -22,9 +22,9 @@ class SenshiManga : HttpSource() {
override val name = "Senshi Manga"
override val baseUrl = "https://senshimanga.capibaratraductor.com"
override val baseUrl = "https://visorsenshi.com"
private val apiUrl = "https://api.senshimanga.com"
private val apiUrl = "https://api.visorsenshi.com"
override val lang = "es"
@ -41,7 +41,7 @@ class SenshiManga : HttpSource() {
.add("Referer", "$baseUrl/")
private val apiHeaders: Headers = headersBuilder()
.add("Organization-Domain", "senshimanga.capibaratraductor.com")
.add("Organization-Domain", "visorsenshi.com")
.build()
override fun popularMangaRequest(page: Int): Request =