Add Manga1k (#2781)
This commit is contained in:
parent
7cd7706644
commit
bd8979d4b8
10
src/en/manga1k/build.gradle
Normal file
10
src/en/manga1k/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Manga1k'
|
||||
extClass = '.Manga1k'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://manga1k.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/manga1k/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/manga1k/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
BIN
src/en/manga1k/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/manga1k/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
src/en/manga1k/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/manga1k/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/en/manga1k/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/manga1k/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
src/en/manga1k/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/manga1k/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
@ -0,0 +1,12 @@
|
||||
package eu.kanade.tachiyomi.extension.en.manga1k
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class Manga1k : Madara(
|
||||
"Manga1k",
|
||||
"https://manga1k.com",
|
||||
"en",
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user