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'
|
||||
extClass = '.NoblesseTranslations'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://www.swordalada.org'
|
||||
overrideVersionCode = 6
|
||||
baseUrl = 'https://nobledicion.yoveo.xyz'
|
||||
overrideVersionCode = 7
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
@ -13,7 +13,7 @@ import java.util.Locale
|
||||
class NoblesseTranslations :
|
||||
Madara(
|
||||
"Noblesse Translations",
|
||||
"https://www.swordalada.org",
|
||||
"https://nobledicion.yoveo.xyz",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
||||
),
|
||||
@ -24,11 +24,9 @@ class NoblesseTranslations :
|
||||
override val baseUrl by lazy { getPrefBaseUrl() }
|
||||
|
||||
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 mangaDetailsSelectorStatus = "div.summary_content > div.post-content div.post-content_item:has(div.summary-heading:contains(Status)) div.summary-content"
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
|
||||
override val mangaDetailsSelectorTag = "div.tags-content a.notUsed" // Site uses this for the scanlator
|
||||
|
||||
override fun setupPreferenceScreen(screen: PreferenceScreen) {
|
||||
|
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Manga168'
|
||||
extClass = '.Manga168'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://manga168.net'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://manga1688.com'
|
||||
overrideVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -9,7 +9,7 @@ import java.util.TimeZone
|
||||
|
||||
class Manga168 : MangaThemesia(
|
||||
"Manga168",
|
||||
"https://manga168.net",
|
||||
"https://manga1688.com",
|
||||
"th",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")).apply {
|
||||
timeZone = TimeZone.getTimeZone("Asia/Bangkok")
|
||||
|
Loading…
x
Reference in New Issue
Block a user