Add MangaClick (#2937)
This commit is contained in:
parent
cdb5b6f488
commit
64fe0ecdf5
10
src/en/mangaclick/build.gradle
Normal file
10
src/en/mangaclick/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'MangaClick'
|
||||
extClass = '.MangaClick'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://mangaclick.org'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/mangaclick/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/mangaclick/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
BIN
src/en/mangaclick/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/mangaclick/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
src/en/mangaclick/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/mangaclick/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
src/en/mangaclick/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/mangaclick/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
src/en/mangaclick/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/mangaclick/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
@ -0,0 +1,12 @@
|
||||
package eu.kanade.tachiyomi.extension.en.mangaclick
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class MangaClick : Madara(
|
||||
"MangaClick",
|
||||
"https://mangaclick.org",
|
||||
"en",
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
override val useNewChapterEndpoint = false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user