Add ezmanga to madara (#356)

This commit is contained in:
Secozzi 2024-01-19 03:14:35 +00:00 committed by GitHub
parent 7d239d140b
commit 7b6072115b
7 changed files with 20 additions and 0 deletions

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

View 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()
}

View File

@ -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),