Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
multisrc/overrides/madara/mangaleks/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/mangaleks/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 139 KiB |
20
multisrc/overrides/madara/mangaleks/src/MangaLeks.kt
Normal file
20
multisrc/overrides/madara/mangaleks/src/MangaLeks.kt
Normal file
@@ -0,0 +1,20 @@
|
||||
package eu.kanade.tachiyomi.extension.ar.mangaleks
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MangaLeks : Madara(
|
||||
"مانجا ليكس",
|
||||
"https://mangaleks.com",
|
||||
"ar",
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale.ENGLISH),
|
||||
) {
|
||||
override fun searchPage(page: Int): String {
|
||||
return if (page > 1) {
|
||||
"page/$page/"
|
||||
} else {
|
||||
""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user