Skip to content

Commit 698f499

Browse files
authored
JeazScans: change to madara (#9832)
Change JeazScans to madara
1 parent c0d8568 commit 698f499

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/es/jeazscans/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ext {
22
extName = 'Jeaz Scans'
33
extClass = '.JeazScans'
4-
themePkg = 'mangathemesia'
4+
themePkg = 'madara'
55
baseUrl = 'https://lectorhub.j5z.xyz'
6-
overrideVersionCode = 17
6+
overrideVersionCode = 18
77
isNsfw = false
88
}
99

src/es/jeazscans/src/eu/kanade/tachiyomi/extension/es/jeazscans/JeazScans.kt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
package eu.kanade.tachiyomi.extension.es.jeazscans
22

3-
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
3+
import eu.kanade.tachiyomi.multisrc.madara.Madara
44
import eu.kanade.tachiyomi.network.interceptor.rateLimit
55
import okhttp3.OkHttpClient
66
import java.text.SimpleDateFormat
77
import java.util.Locale
88

9-
class JeazScans : MangaThemesia(
9+
class JeazScans : Madara(
1010
"Jeaz Scans",
1111
"https://lectorhub.j5z.xyz",
1212
"es",
13-
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale("es")),
13+
dateFormat = SimpleDateFormat("MMM dd, yyyy", Locale("es")),
1414
) {
1515
override val id = 5292079548510508306
1616

17+
override val useNewChapterEndpoint = true
18+
1719
override val client: OkHttpClient = super.client.newBuilder()
1820
.rateLimit(2)
1921
.build()

0 commit comments

Comments
 (0)