This commit is contained in:
ThePromidius
2024-01-14 18:40:20 +01:00
parent 14792d2a11
commit 6f088ac76f
5620 changed files with 29879 additions and 2214 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

View File

@@ -0,0 +1,33 @@
package eu.kanade.tachiyomi.extension.ar.mangaailand
import eu.kanade.tachiyomi.multisrc.zeistmanga.Genre
import eu.kanade.tachiyomi.multisrc.zeistmanga.ZeistManga
class MangaAiLand : ZeistManga("Manga Ai Land", "https://manga-ai-land.blogspot.com", "ar") {
override val hasFilters = true
override val hasLanguageFilter = false
override val chapterCategory = "فصل"
override fun getGenreList(): List<Genre> = listOf(
Genre("تراجيدي", "تراجيدي"),
Genre("تاريخي", "تاريخي"),
Genre("أكشن", "أكشن"),
Genre("خيالي", "خيالي"),
Genre("جيشي", "جيشي"),
Genre("تشويق", "تشويق"),
Genre("سينين", "سينين"),
Genre("سحري", "سحري"),
Genre("دراما", "دراما"),
Genre("عصابات", "عصابات"),
Genre("عسكري", "عسكري"),
Genre("شونين", "شونين"),
Genre("مغامرة", "مغامرة"),
Genre("فنون قتالية", "فنون قتالية"),
Genre("غموض", "غموض"),
Genre("وحوش", "وحوش"),
Genre("نجاة", "نجاة"),
Genre("نفسي", "نفسي"),
)
}