mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Add ezmanga to madara (#356)
This commit is contained in:
parent
7d239d140b
commit
7b6072115b
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
19
multisrc/overrides/madara/ezmanga/src/EZmanga.kt
Normal file
19
multisrc/overrides/madara/ezmanga/src/EZmanga.kt
Normal file
@ -0,0 +1,19 @@
|
||||
package eu.kanade.tachiyomi.extension.en.ezmanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class EZmanga : Madara(
|
||||
"EZmanga",
|
||||
"https://ezmanga.net",
|
||||
"en",
|
||||
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale.ENGLISH),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimit(1)
|
||||
.build()
|
||||
}
|
@ -97,6 +97,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||
SingleLang("Empire Webtoon", "https://webtoonsempireron.com", "ar", isNsfw = true, overrideVersionCode = 3),
|
||||
SingleLang("Eromiau", "https://www.eromiau.com", "es", isNsfw = true),
|
||||
SingleLang("Esomanga", "https://esomanga.com", "tr", overrideVersionCode = 1),
|
||||
SingleLang("EZmanga", "https://ezmanga.net", "en"),
|
||||
SingleLang("FactManga", "https://factmanga.com", "en", isNsfw = false),
|
||||
SingleLang("Fay Scans", "https://fayscans.net", "pt-BR", overrideVersionCode = 2),
|
||||
SingleLang("Final Scans", "https://finalscans.com", "pt-BR", isNsfw = true, overrideVersionCode = 1),
|
||||
|
Loading…
Reference in New Issue
Block a user