Add source MangaWOW "tr" (#1119)
* Add Source MangaWOW "tr" * Update MangaWOW.kt
This commit is contained in:
parent
ea90594583
commit
82983fb1b9
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 |
|
@ -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")),
|
||||
)
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue