Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
BIN
multisrc/overrides/madara/toongod/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/toongod/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
12
multisrc/overrides/madara/toongod/src/ToonGod.kt
Normal file
12
multisrc/overrides/madara/toongod/src/ToonGod.kt
Normal file
@@ -0,0 +1,12 @@
|
||||
package eu.kanade.tachiyomi.extension.en.toongod
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class ToonGod : Madara("ToonGod", "https://www.toongod.org", "en", SimpleDateFormat("d MMM yyyy", Locale.US)) {
|
||||
override val mangaSubString = "webtoons"
|
||||
override val useNewChapterEndpoint = false
|
||||
|
||||
override fun searchPage(page: Int): String = if (page == 1) "" else "page/$page/"
|
||||
}
|
||||
Reference in New Issue
Block a user