Add Manga1k (#2781)

This commit is contained in:
Vetle Ledaal 2024-05-03 10:35:44 +00:00 committed by Draff
parent 7cd7706644
commit bd8979d4b8
7 changed files with 22 additions and 0 deletions

View 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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -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
}