Add source MangaWOW "tr" (#1119)

* Add Source MangaWOW "tr"

* Update MangaWOW.kt
This commit is contained in:
mohamedotaku 2024-02-08 07:20:24 +01:00 committed by Draff
parent ea90594583
commit 82983fb1b9
7 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.tr.mangawow
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class MangaWOW : Madara(
"MangaWOW",
"https://mangawow.org",
"tr",
SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
)

View File

@ -272,6 +272,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("MangaUpdates.top (unoriginal)", "https://mangaupdates.top", "en", isNsfw = true, className = "MangaUpdatesTop"),
SingleLang("MangaUS", "https://mangaus.xyz", "en", overrideVersionCode = 2),
SingleLang("MangaVisa", "https://mangavisa.com", "en", pkgName = "mangaboss", className = "MangaVisa", overrideVersionCode = 1),
SingleLang("MangaWOW", "https://mangawow.org", "tr"),
SingleLang("MangaX1", "https://mangax1.com", "en"),
SingleLang("Mangaxico", "https://mangaxico.com", "es", isNsfw = true),
SingleLang("MangaXP", "https://mangaxp.com", "en", overrideVersionCode = 1),