Added Source Moon Daisy Scans (#17798)

New Source Moon Daisy Scans,
This commit is contained in:
MuhamedZ1 2023-09-05 15:44:02 +05:30 committed by GitHub
parent 4c8f7ec2bc
commit 589beabe07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 0 deletions

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

View File

@ -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"
}

View File

@ -89,6 +89,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Mihentai", "https://mihentai.com", "all", isNsfw = true, overrideVersionCode = 2), SingleLang("Mihentai", "https://mihentai.com", "all", isNsfw = true, overrideVersionCode = 2),
SingleLang("MirrorDesu", "https://mirrordesu.me", "id", isNsfw = true), SingleLang("MirrorDesu", "https://mirrordesu.me", "id", isNsfw = true),
SingleLang("Mode Scanlator", "https://modescanlator.com", "pt-BR", overrideVersionCode = 8), 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("Mundo Mangá-Kun", "https://mundomangakun.com.br", "pt-BR", className = "MundoMangaKun", isNsfw = true),
SingleLang("Nekomik", "https://nekomik.com", "id"), SingleLang("Nekomik", "https://nekomik.com", "id"),
SingleLang("Ngomik", "https://ngomik.net", "id", overrideVersionCode = 2), SingleLang("Ngomik", "https://ngomik.net", "id", overrideVersionCode = 2),