Init2
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
multisrc/overrides/madara/mangadods/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/mangadods/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 159 KiB |
15
multisrc/overrides/madara/mangadods/src/MangaDods.kt
Normal file
15
multisrc/overrides/madara/mangadods/src/MangaDods.kt
Normal file
@@ -0,0 +1,15 @@
|
||||
package eu.kanade.tachiyomi.extension.en.mangadods
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MangaDods : Madara("MangaDods", "https://mangadods.com", "en", SimpleDateFormat("dd-MMM", Locale.US)) {
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val chapterUrlSelector = "a:not([style])"
|
||||
|
||||
override fun searchPage(page: Int): String = if (page == 1) "" else "page/$page/"
|
||||
|
||||
override fun chapterDateSelector() = "span i"
|
||||
}
|
||||
Reference in New Issue
Block a user