Init2
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
BIN
multisrc/overrides/madara/dokkomanga/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/dokkomanga/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 308 KiB |
14
multisrc/overrides/madara/dokkomanga/src/DokkoManga.kt
Normal file
14
multisrc/overrides/madara/dokkomanga/src/DokkoManga.kt
Normal file
@@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.es.dokkomanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class DokkoManga : Madara(
|
||||
"DokkoManga",
|
||||
"https://dokkomanga.com",
|
||||
"es",
|
||||
SimpleDateFormat("MMMMM dd, yyyy", Locale("es")),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
||||
Reference in New Issue
Block a user