Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
multisrc/overrides/madara/mangadeemak/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/mangadeemak/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 149 KiB |
17
multisrc/overrides/madara/mangadeemak/src/MangaDeemak.kt
Normal file
17
multisrc/overrides/madara/mangadeemak/src/MangaDeemak.kt
Normal file
@@ -0,0 +1,17 @@
|
||||
package eu.kanade.tachiyomi.extension.th.mangadeemak
|
||||
|
||||
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 MangaDeemak : Madara("MangaDeemak", "https://mangadeemak.com", "th", SimpleDateFormat("d MMMM yyyy", Locale("th"))) {
|
||||
override fun popularMangaRequest(page: Int): Request {
|
||||
return GET("$baseUrl/manga/page/$page/?m_orderby=trending", headers)
|
||||
}
|
||||
|
||||
override fun latestUpdatesRequest(page: Int): Request {
|
||||
return GET("$baseUrl/manga/page/$page/", headers)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user