Add Source Nirvana Manga "tr" (#1122)
* Add Source Nirvana Manga "tr" * Update NirvanaManga.kt
This commit is contained in:
parent
47e328dc84
commit
bd0b4b0edd
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
|
@ -0,0 +1,12 @@
|
|||
package eu.kanade.tachiyomi.extension.tr.nirvanamanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class NirvanaManga : MangaThemesia(
|
||||
"Nirvana Manga",
|
||||
"https://nirvanamanga.com",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
|
||||
)
|
|
@ -117,6 +117,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Mihentai", "https://mihentai.com", "all", isNsfw = true, overrideVersionCode = 2),
|
||||
SingleLang("Mirai Scans", "https://miraiscans.com", "id"),
|
||||
SingleLang("MirrorDesu", "https://mirrordesu.me", "id", isNsfw = true),
|
||||
SingleLang("Nirvana Manga", "https://nirvanamanga.com", "tr", className = "NirvanaManga"),
|
||||
SingleLang("Natsu", "https://natsu.id", "id"),
|
||||
SingleLang("Nekomik", "https://nekomik.me", "id", overrideVersionCode = 2),
|
||||
SingleLang("NekoScans", "https://nekoscans.com", "es", isNsfw = true),
|
||||
|
|
Loading…
Reference in New Issue