update domains (#4544)
* MangaSwat: update domain closes #4543 * HattoriManga: update domain closes #4541 * bump * jiangzaitoon: update domain closes #4537 * fleurblanche: update domain
This commit is contained in:
parent
b65681b8b7
commit
39b1e20401
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'MangaSwat'
|
||||
extClass = '.MangaSwat'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://maxlevelteam.com'
|
||||
overrideVersionCode = 20
|
||||
baseUrl = 'https://tatwt.com'
|
||||
overrideVersionCode = 21
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.util.Locale
|
|||
class MangaSwat :
|
||||
MangaThemesia(
|
||||
"MangaSwat",
|
||||
"https://maxlevelteam.com",
|
||||
"https://tatwt.com",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
|
||||
),
|
||||
|
|
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Fleur Blanche'
|
||||
extClass = '.FleurBlanche'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://fbsscan.com'
|
||||
overrideVersionCode = 3
|
||||
baseUrl = 'https://fbsquadx.com'
|
||||
overrideVersionCode = 4
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import java.util.Locale
|
|||
|
||||
class FleurBlanche : Madara(
|
||||
"Fleur Blanche",
|
||||
"https://fbsscan.com",
|
||||
"https://fbsquadx.com",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data
|
||||
android:host="hattorimanga.com"
|
||||
android:host="hattorimanga.net"
|
||||
android:pathPattern="/manga/..*"
|
||||
android:scheme="https" />
|
||||
</intent-filter>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Hattori Manga'
|
||||
extClass = '.HattoriManga'
|
||||
extVersionCode = 38
|
||||
extVersionCode = 39
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ import java.util.Locale
|
|||
class HattoriManga : HttpSource() {
|
||||
override val name: String = "Hattori Manga"
|
||||
|
||||
override val baseUrl: String = "https://hattorimanga.com"
|
||||
override val baseUrl: String = "https://hattorimanga.net"
|
||||
|
||||
override val lang: String = "tr"
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Jiangzaitoon'
|
||||
extClass = '.Jiangzaitoon'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://jiangzaitoon.dev'
|
||||
overrideVersionCode = 5
|
||||
baseUrl = 'https://jiangzaitoon.pro'
|
||||
overrideVersionCode = 6
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit
|
|||
|
||||
class Jiangzaitoon : Madara(
|
||||
"Jiangzaitoon",
|
||||
"https://jiangzaitoon.dev",
|
||||
"https://jiangzaitoon.pro",
|
||||
"tr",
|
||||
SimpleDateFormat("d MMM yyy", Locale("tr")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue