Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
multisrc/overrides/madara/lkscanlation/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/lkscanlation/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
26
multisrc/overrides/madara/lkscanlation/src/LKScanlation.kt
Normal file
26
multisrc/overrides/madara/lkscanlation/src/LKScanlation.kt
Normal file
@@ -0,0 +1,26 @@
|
||||
package eu.kanade.tachiyomi.extension.es.lkscanlation
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class LKScanlation : Madara(
|
||||
"Last Knight Translation",
|
||||
"https://lkscanlation.com",
|
||||
"es",
|
||||
SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
) {
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimit(2, 1)
|
||||
.build()
|
||||
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val mangaSubString = "manhwa"
|
||||
|
||||
override val popularMangaUrlSelector = "div.post-title a:not([target='_self'])"
|
||||
|
||||
override val mangaDetailsSelectorAuthor = "div.manga-authors > a"
|
||||
override val mangaDetailsSelectorDescription = "div.manga-summary"
|
||||
}
|
||||
Reference in New Issue
Block a user