Skip to content

Commit

Permalink
Add ezmanga to madara (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secozzi authored and cuong-tran committed Jan 19, 2024
1 parent 3273811 commit 0b21235
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions multisrc/overrides/madara/ezmanga/src/EZmanga.kt
Original file line number Diff line number Diff line change
@@ -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()
}
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 0b21235

Please sign in to comment.