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' extName = 'MangaSwat'
extClass = '.MangaSwat' extClass = '.MangaSwat'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://maxlevelteam.com' baseUrl = 'https://tatwt.com'
overrideVersionCode = 20 overrideVersionCode = 21
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -24,7 +24,7 @@ import java.util.Locale
class MangaSwat : class MangaSwat :
MangaThemesia( MangaThemesia(
"MangaSwat", "MangaSwat",
"https://maxlevelteam.com", "https://tatwt.com",
"ar", "ar",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")), dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
), ),

View File

@ -2,8 +2,8 @@ ext {
extName = 'Fleur Blanche' extName = 'Fleur Blanche'
extClass = '.FleurBlanche' extClass = '.FleurBlanche'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://fbsscan.com' baseUrl = 'https://fbsquadx.com'
overrideVersionCode = 3 overrideVersionCode = 4
isNsfw = true isNsfw = true
} }

View File

@ -10,7 +10,7 @@ import java.util.Locale
class FleurBlanche : Madara( class FleurBlanche : Madara(
"Fleur Blanche", "Fleur Blanche",
"https://fbsscan.com", "https://fbsquadx.com",
"pt-BR", "pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")), SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
) { ) {

View File

@ -13,7 +13,7 @@
<category android:name="android.intent.category.BROWSABLE" /> <category android:name="android.intent.category.BROWSABLE" />
<data <data
android:host="hattorimanga.com" android:host="hattorimanga.net"
android:pathPattern="/manga/..*" android:pathPattern="/manga/..*"
android:scheme="https" /> android:scheme="https" />
</intent-filter> </intent-filter>

View File

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

View File

@ -29,7 +29,7 @@ import java.util.Locale
class HattoriManga : HttpSource() { class HattoriManga : HttpSource() {
override val name: String = "Hattori Manga" 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" override val lang: String = "tr"

View File

@ -2,8 +2,8 @@ ext {
extName = 'Jiangzaitoon' extName = 'Jiangzaitoon'
extClass = '.Jiangzaitoon' extClass = '.Jiangzaitoon'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://jiangzaitoon.dev' baseUrl = 'https://jiangzaitoon.pro'
overrideVersionCode = 5 overrideVersionCode = 6
isNsfw = true isNsfw = true
} }

View File

@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit
class Jiangzaitoon : Madara( class Jiangzaitoon : Madara(
"Jiangzaitoon", "Jiangzaitoon",
"https://jiangzaitoon.dev", "https://jiangzaitoon.pro",
"tr", "tr",
SimpleDateFormat("d MMM yyy", Locale("tr")), SimpleDateFormat("d MMM yyy", Locale("tr")),
) { ) {