Domain update (#7528)

This commit is contained in:
Hellkaros 2025-02-06 10:26:17 -03:00 committed by Draff
parent 551b09d0d6
commit 4154954883
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
6 changed files with 9 additions and 9 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Eros Scans' extName = 'Eros Scans'
extClass = '.ErosScans' extClass = '.ErosScans'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://eros-toons.xyz' baseUrl = 'https://sobicscans.xyz'
overrideVersionCode = 2 overrideVersionCode = 3
isNsfw = false isNsfw = false
} }

View File

@ -8,7 +8,7 @@ import okhttp3.Response
class ErosScans : MangaThemesia( class ErosScans : MangaThemesia(
"Eros Scans", "Eros Scans",
"https://eros-toons.xyz", "https://sobicscans.xyz",
"en", "en",
) { ) {
override val client = super.client.newBuilder() override val client = super.client.newBuilder()

View File

@ -2,8 +2,8 @@ ext {
extName = 'Komik Cast' extName = 'Komik Cast'
extClass = '.KomikCast' extClass = '.KomikCast'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://komikcast01.com' baseUrl = 'https://komikcast02.com'
overrideVersionCode = 34 overrideVersionCode = 35
isNsfw = false isNsfw = false
} }

View File

@ -17,7 +17,7 @@ import org.jsoup.nodes.Element
import java.util.Calendar import java.util.Calendar
import java.util.Locale import java.util.Locale
class KomikCast : MangaThemesia("Komik Cast", "https://komikcast01.com", "id", "/daftar-komik") { class KomikCast : MangaThemesia("Komik Cast", "https://komikcast02.com", "id", "/daftar-komik") {
// Formerly "Komik Cast (WP Manga Stream)" // Formerly "Komik Cast (WP Manga Stream)"
override val id = 972717448578983812 override val id = 972717448578983812

View File

@ -2,8 +2,8 @@ ext {
extName = 'MangaChan' extName = 'MangaChan'
extClass = '.MangaChan' extClass = '.MangaChan'
themePkg = 'multichan' themePkg = 'multichan'
baseUrl = 'https://manga-chan.me' baseUrl = 'https://im.manga-chan.me'
overrideVersionCode = 14 overrideVersionCode = 15
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,7 @@ import eu.kanade.tachiyomi.source.model.Filter
import eu.kanade.tachiyomi.source.model.FilterList import eu.kanade.tachiyomi.source.model.FilterList
import okhttp3.Request import okhttp3.Request
class MangaChan : MultiChan("MangaChan", "https://manga-chan.me", "ru") { class MangaChan : MultiChan("MangaChan", "https://im.manga-chan.me", "ru") {
override val id: Long = 7 override val id: Long = 7