Skip to content

Commit

Permalink
Update domains (#5787)
Browse files Browse the repository at this point in the history
  • Loading branch information
choppeh authored and cuong-tran committed Oct 30, 2024
1 parent 5049806 commit a8a11ad
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 29 deletions.
4 changes: 2 additions & 2 deletions src/ar/areascans/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Area Scans'
extClass = '.AreaScans'
themePkg = 'mangathemesia'
baseUrl = 'https://ar.areascans.org'
overrideVersionCode = 0
baseUrl = 'https://ar.kenmanga.com'
overrideVersionCode = 1
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.util.Locale

class AreaScans : MangaThemesia(
"Area Scans",
"https://ar.areascans.org",
"https://ar.kenmanga.com",
"ar",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
)
4 changes: 2 additions & 2 deletions src/en/hiperdex/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Hiperdex'
extClass = '.Hiperdex'
themePkg = 'madara'
baseUrl = 'https://hiperdex.com'
overrideVersionCode = 14
baseUrl = 'https://hipertoon.com'
overrideVersionCode = 15
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import uy.kohesive.injekt.api.get
class Hiperdex :
Madara(
"Hiperdex",
"https://hiperdex.com",
"https://hipertoon.com",
"en",
),
ConfigurableSource {
Expand Down
4 changes: 2 additions & 2 deletions src/es/mhscans/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'MHScans'
extClass = '.MHScans'
themePkg = 'madara'
baseUrl = 'https://mh.cookni.net'
overrideVersionCode = 4
baseUrl = 'https://twobluescans.com'
overrideVersionCode = 5
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit

class MHScans : Madara(
"MHScans",
"https://mh.cookni.net",
"https://twobluescans.com",
"es",
dateFormat = SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("es")),
) {
Expand Down
4 changes: 2 additions & 2 deletions src/id/masterkomik/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Tenshi.id'
extClass = '.TenshiId'
themePkg = 'mangathemesia'
baseUrl = 'https://tenshi.pw'
overrideVersionCode = 5
baseUrl = 'https://tenshi01.id'
overrideVersionCode = 6
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.util.Locale

class TenshiId : MangaThemesia(
"Tenshi.id",
"https://tenshi.pw",
"https://tenshi01.id",
"id",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id", "ID")),
mangaUrlDirectory = "/komik",
Expand Down
4 changes: 2 additions & 2 deletions src/id/shinigami/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Shinigami'
extClass = '.Shinigami'
themePkg = 'madara'
baseUrl = 'https://shinigami05.com'
overrideVersionCode = 26
baseUrl = 'https://shinigami06.com'
overrideVersionCode = 27
isNsfw = false
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.jsoup.nodes.Element
import uy.kohesive.injekt.Injekt
import uy.kohesive.injekt.api.get

class Shinigami : Madara("Shinigami", "https://shinigami05.com", "id"), ConfigurableSource {
class Shinigami : Madara("Shinigami", "https://shinigami06.com", "id"), ConfigurableSource {
// moved from Reaper Scans (id) to Shinigami (id)
override val id = 3411809758861089969

Expand All @@ -29,8 +29,6 @@ class Shinigami : Madara("Shinigami", "https://shinigami05.com", "id"), Configur

override val useLoadMoreRequest = LoadMoreStrategy.Never

override val useNewChapterEndpoint = false

private val preferences: SharedPreferences by lazy {
Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000)
}
Expand Down
4 changes: 2 additions & 2 deletions src/tr/jiangzaitoon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Jiangzaitoon'
extClass = '.Jiangzaitoon'
themePkg = 'madara'
baseUrl = 'https://jiangzaitoon.pro'
overrideVersionCode = 7
baseUrl = 'https://jiangzaitoon.gay'
overrideVersionCode = 8
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ import java.util.concurrent.TimeUnit

class Jiangzaitoon : Madara(
"Jiangzaitoon",
"https://jiangzaitoon.pro",
"https://jiangzaitoon.gay",
"tr",
SimpleDateFormat("d MMM yyy", Locale("tr")),
) {
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = false
override val useLoadMoreRequest = LoadMoreStrategy.Never

override val client: OkHttpClient by lazy {
super.client.newBuilder()
Expand Down
4 changes: 2 additions & 2 deletions src/tr/mangagezgini/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'MangaGezgini'
extClass = '.MangaGezgini'
themePkg = 'madara'
baseUrl = 'https://mangagezgini.com'
overrideVersionCode = 2
baseUrl = 'https://mangagezgini.dev'
overrideVersionCode = 3
isNsfw = false
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import java.util.Locale

class MangaGezgini : Madara(
"MangaGezgini",
"https://mangagezgini.com",
"https://mangagezgini.dev",
"tr",
SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) {
override val chapterUrlSelector = "> a"

Expand Down
2 changes: 1 addition & 1 deletion src/vi/xxmanhwa/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'XXManhwa'
extClass = '.XxManhwa'
extVersionCode = 3
extVersionCode = 4
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class XxManhwa : ParsedHttpSource(), ConfigurableSource {

override val lang = "vi"

override val baseUrl = "https://xxmanhwa.top"
override val baseUrl = "https://s1.xxmanhwa1.top"

override val supportsLatest = false

Expand Down Expand Up @@ -191,7 +191,7 @@ class XxManhwa : ParsedHttpSource(), ConfigurableSource {
SwitchPreferenceCompat(screen.context).apply {
key = KEY_HIDE_PAID_CHAPTERS
title = "Ẩn các chương cần tài khoản"
summary = "Ẩn các chương truyện cần nạp VIP để đọc.\nhttps://xxmanhwa.net/thong-tin-cap-bac-tai-khoan"
summary = "Ẩn các chương truyện cần nạp VIP để đọc.\n$baseUrl/thong-tin-cap-bac-tai-khoan"
setDefaultValue(false)
}.let(screen::addPreference)
}
Expand Down

0 comments on commit a8a11ad

Please sign in to comment.