Update domains (#9559)
Rawkuma: Update domain (#9528) * Rawkuma: Bump versionCode * Rawkuma: Update baseUrl Co-authored-by: Smol Ame <155411819+Smol-Ame@users.noreply.github.com>
This commit is contained in:
parent
cdcde3cca1
commit
3d797524b2
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Noblesse Translations'
|
extName = 'Noblesse Translations'
|
||||||
extClass = '.NoblesseTranslations'
|
extClass = '.NoblesseTranslations'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://www.swordalada.org'
|
baseUrl = 'https://nobledicion.yoveo.xyz'
|
||||||
overrideVersionCode = 6
|
overrideVersionCode = 7
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ import java.util.Locale
|
|||||||
class NoblesseTranslations :
|
class NoblesseTranslations :
|
||||||
Madara(
|
Madara(
|
||||||
"Noblesse Translations",
|
"Noblesse Translations",
|
||||||
"https://www.swordalada.org",
|
"https://nobledicion.yoveo.xyz",
|
||||||
"es",
|
"es",
|
||||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
||||||
),
|
),
|
||||||
@ -24,11 +24,9 @@ class NoblesseTranslations :
|
|||||||
override val baseUrl by lazy { getPrefBaseUrl() }
|
override val baseUrl by lazy { getPrefBaseUrl() }
|
||||||
|
|
||||||
override val useNewChapterEndpoint = true
|
override val useNewChapterEndpoint = true
|
||||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
|
||||||
override val mangaSubString = "manga"
|
|
||||||
|
|
||||||
override val mangaDetailsSelectorDescription = "div.summary_content > div.post-content div.manga-summary"
|
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||||
override val mangaDetailsSelectorStatus = "div.summary_content > div.post-content div.post-content_item:has(div.summary-heading:contains(Status)) div.summary-content"
|
|
||||||
override val mangaDetailsSelectorTag = "div.tags-content a.notUsed" // Site uses this for the scanlator
|
override val mangaDetailsSelectorTag = "div.tags-content a.notUsed" // Site uses this for the scanlator
|
||||||
|
|
||||||
override fun setupPreferenceScreen(screen: PreferenceScreen) {
|
override fun setupPreferenceScreen(screen: PreferenceScreen) {
|
||||||
|
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Manga168'
|
extName = 'Manga168'
|
||||||
extClass = '.Manga168'
|
extClass = '.Manga168'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://manga168.net'
|
baseUrl = 'https://manga1688.com'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ import java.util.TimeZone
|
|||||||
|
|
||||||
class Manga168 : MangaThemesia(
|
class Manga168 : MangaThemesia(
|
||||||
"Manga168",
|
"Manga168",
|
||||||
"https://manga168.net",
|
"https://manga1688.com",
|
||||||
"th",
|
"th",
|
||||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")).apply {
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")).apply {
|
||||||
timeZone = TimeZone.getTimeZone("Asia/Bangkok")
|
timeZone = TimeZone.getTimeZone("Asia/Bangkok")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user