Add MangaPeak (#3834)
This commit is contained in:
parent
689e4a1ba1
commit
6986a260a8
10
src/ar/mangapeak/build.gradle
Normal file
10
src/ar/mangapeak/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'MangaPeak'
|
||||||
|
extClass = '.MangaPeak'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://mangapeak.org'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/ar/mangapeak/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/ar/mangapeak/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
BIN
src/ar/mangapeak/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/ar/mangapeak/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
src/ar/mangapeak/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/ar/mangapeak/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/ar/mangapeak/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/ar/mangapeak/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
src/ar/mangapeak/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/ar/mangapeak/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
@ -0,0 +1,12 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.ar.mangapeak
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
|
||||||
|
class MangaPeak : Madara(
|
||||||
|
"MangaPeak",
|
||||||
|
"https://mangapeak.org",
|
||||||
|
"ar",
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user