parent
ffd43e2873
commit
d9822c7ef5
|
@ -3,7 +3,7 @@ ext {
|
||||||
extClass = '.SeitaCelestial'
|
extClass = '.SeitaCelestial'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://seitacelestial.com'
|
baseUrl = 'https://seitacelestial.com'
|
||||||
overrideVersionCode = 17
|
overrideVersionCode = 18
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -7,13 +7,16 @@ import eu.kanade.tachiyomi.source.model.SChapter
|
||||||
import eu.kanade.tachiyomi.source.model.SManga
|
import eu.kanade.tachiyomi.source.model.SManga
|
||||||
import okhttp3.OkHttpClient
|
import okhttp3.OkHttpClient
|
||||||
import rx.Observable
|
import rx.Observable
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
import java.util.concurrent.TimeUnit
|
import java.util.concurrent.TimeUnit
|
||||||
|
|
||||||
class SeitaCelestial : MangaThemesia(
|
class SeitaCelestial : MangaThemesia(
|
||||||
"Seita Celestial",
|
"Seita Celestial",
|
||||||
"https://seitacelestial.com",
|
"https://seitacelestial.com",
|
||||||
"pt-BR",
|
"pt-BR",
|
||||||
"/comics",
|
mangaUrlDirectory = "/comics",
|
||||||
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("pt", "BR")),
|
||||||
) {
|
) {
|
||||||
|
|
||||||
// They changed their name from Prisma Scans to Demon Sect and now to Celestial Sect.
|
// They changed their name from Prisma Scans to Demon Sect and now to Celestial Sect.
|
||||||
|
|
Loading…
Reference in New Issue