mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-21 18:02:42 +01:00
Update domains (#5787)
This commit is contained in:
parent
f3f74ec7d2
commit
fa3e73e2ae
@ -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"
|
||||
|
@ -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")),
|
||||
)
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -17,7 +17,7 @@ import uy.kohesive.injekt.api.get
|
||||
class Hiperdex :
|
||||
Madara(
|
||||
"Hiperdex",
|
||||
"https://hiperdex.com",
|
||||
"https://hipertoon.com",
|
||||
"en",
|
||||
),
|
||||
ConfigurableSource {
|
||||
|
@ -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"
|
||||
|
@ -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")),
|
||||
) {
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
||||
@ -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)
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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()
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'XXManhwa'
|
||||
extClass = '.XxManhwa'
|
||||
extVersionCode = 3
|
||||
extVersionCode = 4
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
||||
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user