parent
4c8f7ec2bc
commit
589beabe07
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Binary file not shown.
After Width: | Height: | Size: 238 KiB |
|
@ -0,0 +1,16 @@
|
|||
package eu.kanade.tachiyomi.extension.tr.moondaisyscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MoonDaisyScans : MangaThemesia(
|
||||
"Moon Daisy Scans",
|
||||
"https://moondaisyscans.com",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("tr")),
|
||||
) {
|
||||
override val seriesAuthorSelector = ".tsinfo .imptdt:contains(Yazar) i"
|
||||
override val seriesArtistSelector = ".tsinfo .imptdt:contains(Çizer) i"
|
||||
override val seriesStatusSelector = ".tsinfo .imptdt:contains(Durum) i"
|
||||
}
|
|
@ -89,6 +89,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Mihentai", "https://mihentai.com", "all", isNsfw = true, overrideVersionCode = 2),
|
||||
SingleLang("MirrorDesu", "https://mirrordesu.me", "id", isNsfw = true),
|
||||
SingleLang("Mode Scanlator", "https://modescanlator.com", "pt-BR", overrideVersionCode = 8),
|
||||
SingleLang("Moon Daisy Scans", "https://moondaisyscans.com", "tr", isNsfw = true),
|
||||
SingleLang("Mundo Mangá-Kun", "https://mundomangakun.com.br", "pt-BR", className = "MundoMangaKun", isNsfw = true),
|
||||
SingleLang("Nekomik", "https://nekomik.com", "id"),
|
||||
SingleLang("Ngomik", "https://ngomik.net", "id", overrideVersionCode = 2),
|
||||
|
|
Loading…
Reference in New Issue