mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
parent
04057a5797
commit
7e156f5b2f
@ -1,9 +0,0 @@
|
||||
ext {
|
||||
extName = 'Shea Manga'
|
||||
extClass = '.SheaManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://sheakomik.com'
|
||||
overrideVersionCode = 4
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
Before Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
@ -1,23 +0,0 @@
|
||||
package eu.kanade.tachiyomi.extension.id.sheamanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.Dns
|
||||
import okhttp3.OkHttpClient
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class SheaManga : MangaThemesia(
|
||||
"Shea Manga",
|
||||
"https://sheakomik.com",
|
||||
"id",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("id")),
|
||||
) {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(4)
|
||||
.dns(Dns.SYSTEM)
|
||||
.build()
|
||||
|
||||
override val hasProjectPage = true
|
||||
}
|
Loading…
Reference in New Issue
Block a user