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:
AwkwardPeak7 2024-08-10 17:52:34 +05:00 committed by Draff
parent b65681b8b7
commit 39b1e20401
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
9 changed files with 12 additions and 12 deletions

View File

@ -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"

View File

@ -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")),
),

View File

@ -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
}

View File

@ -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")),
) {

View File

@ -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>

View File

@ -1,7 +1,7 @@
ext {
extName = 'Hattori Manga'
extClass = '.HattoriManga'
extVersionCode = 38
extVersionCode = 39
isNsfw = true
}

View File

@ -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"

View File

@ -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
}

View File

@ -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")),
) {