parent
ffd43e2873
commit
d9822c7ef5
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.SeitaCelestial'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://seitacelestial.com'
|
||||
overrideVersionCode = 17
|
||||
overrideVersionCode = 18
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -7,13 +7,16 @@ import eu.kanade.tachiyomi.source.model.SChapter
|
|||
import eu.kanade.tachiyomi.source.model.SManga
|
||||
import okhttp3.OkHttpClient
|
||||
import rx.Observable
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class SeitaCelestial : MangaThemesia(
|
||||
"Seita Celestial",
|
||||
"https://seitacelestial.com",
|
||||
"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.
|
||||
|
|
Loading…
Reference in New Issue