Manga Flame: update domain (#1931)
* Manga Flame: update domain * raise read timeout
This commit is contained in:
parent
61b3d9a2fb
commit
b5c0daba37
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Manga Flame'
|
||||
extClass = '.MangaFlame'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://mangaflame.org'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://arisescans.com'
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -1,14 +1,20 @@
|
||||
package eu.kanade.tachiyomi.extension.ar.mangaflame
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import okhttp3.OkHttpClient
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class MangaFlame : MangaThemesia(
|
||||
"Manga Flame",
|
||||
"https://mangaflame.org",
|
||||
"https://arisescans.com",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
|
||||
) {
|
||||
override val id = 1501237443119573205
|
||||
|
||||
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
|
||||
.readTimeout(3, TimeUnit.MINUTES)
|
||||
.build()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user