Add MangaHoNa (#2838)
This commit is contained in:
parent
18ff934880
commit
cc45142058
10
src/pl/mangahona/build.gradle
Normal file
10
src/pl/mangahona/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'MangaHoNa'
|
||||||
|
extClass = '.MangaHoNa'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://mangahona.pl'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/pl/mangahona/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/pl/mangahona/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
BIN
src/pl/mangahona/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/pl/mangahona/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
src/pl/mangahona/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/pl/mangahona/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
src/pl/mangahona/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/pl/mangahona/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
src/pl/mangahona/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/pl/mangahona/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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…
x
Reference in New Issue
Block a user