Add MangaHoNa (#2838)
This commit is contained in:
parent
18ff934880
commit
cc45142058
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'MangaHoNa'
|
||||
extClass = '.MangaHoNa'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://mangahona.pl'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
|
@ -0,0 +1,15 @@
|
|||
package eu.kanade.tachiyomi.extension.pl.mangahona
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MangaHoNa : Madara(
|
||||
"MangaHoNa",
|
||||
"https://mangahona.pl",
|
||||
"pl",
|
||||
dateFormat = SimpleDateFormat("yyyy-MM-dd", Locale.ROOT),
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
Reference in New Issue