mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Update domains (#5787)
This commit is contained in:
parent
f3f74ec7d2
commit
fa3e73e2ae
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Area Scans'
|
extName = 'Area Scans'
|
||||||
extClass = '.AreaScans'
|
extClass = '.AreaScans'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://ar.areascans.org'
|
baseUrl = 'https://ar.kenmanga.com'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
@ -6,7 +6,7 @@ import java.util.Locale
|
|||||||
|
|
||||||
class AreaScans : MangaThemesia(
|
class AreaScans : MangaThemesia(
|
||||||
"Area Scans",
|
"Area Scans",
|
||||||
"https://ar.areascans.org",
|
"https://ar.kenmanga.com",
|
||||||
"ar",
|
"ar",
|
||||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
|
||||||
)
|
)
|
||||||
|
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Hiperdex'
|
extName = 'Hiperdex'
|
||||||
extClass = '.Hiperdex'
|
extClass = '.Hiperdex'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://hiperdex.com'
|
baseUrl = 'https://hipertoon.com'
|
||||||
overrideVersionCode = 14
|
overrideVersionCode = 15
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ import uy.kohesive.injekt.api.get
|
|||||||
class Hiperdex :
|
class Hiperdex :
|
||||||
Madara(
|
Madara(
|
||||||
"Hiperdex",
|
"Hiperdex",
|
||||||
"https://hiperdex.com",
|
"https://hipertoon.com",
|
||||||
"en",
|
"en",
|
||||||
),
|
),
|
||||||
ConfigurableSource {
|
ConfigurableSource {
|
||||||
|
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'MHScans'
|
extName = 'MHScans'
|
||||||
extClass = '.MHScans'
|
extClass = '.MHScans'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://mh.cookni.net'
|
baseUrl = 'https://twobluescans.com'
|
||||||
overrideVersionCode = 4
|
overrideVersionCode = 5
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
|
|||||||
|
|
||||||
class MHScans : Madara(
|
class MHScans : Madara(
|
||||||
"MHScans",
|
"MHScans",
|
||||||
"https://mh.cookni.net",
|
"https://twobluescans.com",
|
||||||
"es",
|
"es",
|
||||||
dateFormat = SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("es")),
|
dateFormat = SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("es")),
|
||||||
) {
|
) {
|
||||||
|
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Tenshi.id'
|
extName = 'Tenshi.id'
|
||||||
extClass = '.TenshiId'
|
extClass = '.TenshiId'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://tenshi.pw'
|
baseUrl = 'https://tenshi01.id'
|
||||||
overrideVersionCode = 5
|
overrideVersionCode = 6
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
@ -8,7 +8,7 @@ import java.util.Locale
|
|||||||
|
|
||||||
class TenshiId : MangaThemesia(
|
class TenshiId : MangaThemesia(
|
||||||
"Tenshi.id",
|
"Tenshi.id",
|
||||||
"https://tenshi.pw",
|
"https://tenshi01.id",
|
||||||
"id",
|
"id",
|
||||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id", "ID")),
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id", "ID")),
|
||||||
mangaUrlDirectory = "/komik",
|
mangaUrlDirectory = "/komik",
|
||||||
|
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Shinigami'
|
extName = 'Shinigami'
|
||||||
extClass = '.Shinigami'
|
extClass = '.Shinigami'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://shinigami05.com'
|
baseUrl = 'https://shinigami06.com'
|
||||||
overrideVersionCode = 26
|
overrideVersionCode = 27
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ import org.jsoup.nodes.Element
|
|||||||
import uy.kohesive.injekt.Injekt
|
import uy.kohesive.injekt.Injekt
|
||||||
import uy.kohesive.injekt.api.get
|
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)
|
// moved from Reaper Scans (id) to Shinigami (id)
|
||||||
override val id = 3411809758861089969
|
override val id = 3411809758861089969
|
||||||
|
|
||||||
@ -29,8 +29,6 @@ class Shinigami : Madara("Shinigami", "https://shinigami05.com", "id"), Configur
|
|||||||
|
|
||||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||||
|
|
||||||
override val useNewChapterEndpoint = false
|
|
||||||
|
|
||||||
private val preferences: SharedPreferences by lazy {
|
private val preferences: SharedPreferences by lazy {
|
||||||
Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000)
|
Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000)
|
||||||
}
|
}
|
||||||
|
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Jiangzaitoon'
|
extName = 'Jiangzaitoon'
|
||||||
extClass = '.Jiangzaitoon'
|
extClass = '.Jiangzaitoon'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://jiangzaitoon.pro'
|
baseUrl = 'https://jiangzaitoon.gay'
|
||||||
overrideVersionCode = 7
|
overrideVersionCode = 8
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,12 +8,11 @@ import java.util.concurrent.TimeUnit
|
|||||||
|
|
||||||
class Jiangzaitoon : Madara(
|
class Jiangzaitoon : Madara(
|
||||||
"Jiangzaitoon",
|
"Jiangzaitoon",
|
||||||
"https://jiangzaitoon.pro",
|
"https://jiangzaitoon.gay",
|
||||||
"tr",
|
"tr",
|
||||||
SimpleDateFormat("d MMM yyy", Locale("tr")),
|
SimpleDateFormat("d MMM yyy", Locale("tr")),
|
||||||
) {
|
) {
|
||||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||||
override val useNewChapterEndpoint = false
|
|
||||||
|
|
||||||
override val client: OkHttpClient by lazy {
|
override val client: OkHttpClient by lazy {
|
||||||
super.client.newBuilder()
|
super.client.newBuilder()
|
||||||
|
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'MangaGezgini'
|
extName = 'MangaGezgini'
|
||||||
extClass = '.MangaGezgini'
|
extClass = '.MangaGezgini'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://mangagezgini.com'
|
baseUrl = 'https://mangagezgini.dev'
|
||||||
overrideVersionCode = 2
|
overrideVersionCode = 3
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11,9 +11,9 @@ import java.util.Locale
|
|||||||
|
|
||||||
class MangaGezgini : Madara(
|
class MangaGezgini : Madara(
|
||||||
"MangaGezgini",
|
"MangaGezgini",
|
||||||
"https://mangagezgini.com",
|
"https://mangagezgini.dev",
|
||||||
"tr",
|
"tr",
|
||||||
SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
|
SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
||||||
) {
|
) {
|
||||||
override val chapterUrlSelector = "> a"
|
override val chapterUrlSelector = "> a"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'XXManhwa'
|
extName = 'XXManhwa'
|
||||||
extClass = '.XxManhwa'
|
extClass = '.XxManhwa'
|
||||||
extVersionCode = 3
|
extVersionCode = 4
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ class XxManhwa : ParsedHttpSource(), ConfigurableSource {
|
|||||||
|
|
||||||
override val lang = "vi"
|
override val lang = "vi"
|
||||||
|
|
||||||
override val baseUrl = "https://xxmanhwa.top"
|
override val baseUrl = "https://s1.xxmanhwa1.top"
|
||||||
|
|
||||||
override val supportsLatest = false
|
override val supportsLatest = false
|
||||||
|
|
||||||
@ -191,7 +191,7 @@ class XxManhwa : ParsedHttpSource(), ConfigurableSource {
|
|||||||
SwitchPreferenceCompat(screen.context).apply {
|
SwitchPreferenceCompat(screen.context).apply {
|
||||||
key = KEY_HIDE_PAID_CHAPTERS
|
key = KEY_HIDE_PAID_CHAPTERS
|
||||||
title = "Ẩn các chương cần tài khoản"
|
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)
|
setDefaultValue(false)
|
||||||
}.let(screen::addPreference)
|
}.let(screen::addPreference)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user