Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
BIN
multisrc/overrides/madara/vermanhwas/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/vermanhwas/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 231 KiB |
20
multisrc/overrides/madara/vermanhwas/src/VerManhwas.kt
Normal file
20
multisrc/overrides/madara/vermanhwas/src/VerManhwas.kt
Normal file
@@ -0,0 +1,20 @@
|
||||
package eu.kanade.tachiyomi.extension.es.vermanhwas
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import eu.kanade.tachiyomi.network.GET
|
||||
import okhttp3.Request
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class VerManhwas : Madara(
|
||||
"Ver Manhwas",
|
||||
"https://vermanhwa.es",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override fun genresRequest(): Request {
|
||||
return GET("$baseUrl/?s=&post_type=wp-manga", headers)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user