Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
multisrc/overrides/madara/mangastarz/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/mangastarz/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
18
multisrc/overrides/madara/mangastarz/src/MangaStarz.kt
Normal file
18
multisrc/overrides/madara/mangastarz/src/MangaStarz.kt
Normal file
@@ -0,0 +1,18 @@
|
||||
package eu.kanade.tachiyomi.extension.ar.mangastarz
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MangaStarz : Madara(
|
||||
"Manga Starz",
|
||||
"https://mangastarz.org",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("d MMMM، yyyy", Locale("ar")),
|
||||
) {
|
||||
override val chapterUrlSuffix = ""
|
||||
|
||||
override val useNewChapterEndpoint = false
|
||||
|
||||
override fun searchPage(page: Int): String = if (page == 1) "" else "page/$page/"
|
||||
}
|
||||
Reference in New Issue
Block a user