Update domain for 3 extensions (#5245)

* Manga168: update domain

* MangaDenizi: update domain

* Manga Galaxy: update domain
This commit is contained in:
Vetle Ledaal 2024-09-27 15:21:43 +02:00 committed by Draff
parent 87207fcbfd
commit cefd29ff16
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
6 changed files with 10 additions and 8 deletions

View File

@ -2,8 +2,9 @@ ext {
extName = 'Manga Galaxy'
extClass = '.MangaGalaxy'
themePkg = 'iken'
baseUrl = 'https://mangagalaxy.org'
overrideVersionCode = 39
baseUrl = 'https://mangagalaxy.net'
overrideVersionCode = 40
isNsfw = false
}
apply from: "$rootDir/common.gradle"

View File

@ -5,7 +5,7 @@ import eu.kanade.tachiyomi.multisrc.iken.Iken
class MangaGalaxy : Iken(
"Manga Galaxy",
"en",
"https://mangagalaxy.org",
"https://mangagalaxy.net",
) {
// moved from Madara to MangaThemesia to Iken
override val versionId = 3

View File

@ -2,8 +2,8 @@ ext {
extName = 'Manga168'
extClass = '.Manga168'
themePkg = 'mangathemesia'
baseUrl = 'https://manga168.com'
overrideVersionCode = 0
baseUrl = 'https://manga168.net'
overrideVersionCode = 1
isNsfw = true
}

View File

@ -9,7 +9,7 @@ import java.util.TimeZone
class Manga168 : MangaThemesia(
"Manga168",
"https://manga168.com",
"https://manga168.net",
"th",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")).apply {
timeZone = TimeZone.getTimeZone("Asia/Bangkok")

View File

@ -1,7 +1,8 @@
ext {
extName = 'MangaDenizi'
extClass = '.MangaDenizi'
extVersionCode = 4
extVersionCode = 5
isNsfw = false
}
apply from: "$rootDir/common.gradle"

View File

@ -20,7 +20,7 @@ import java.util.Locale
class MangaDenizi : ParsedHttpSource() {
override val name = "MangaDenizi"
override val baseUrl = "https://mangadenizi.com"
override val baseUrl = "https://www.mangadenizi.net"
override val lang = "tr"