Add Free Comic Online (#2834)

This commit is contained in:
Vetle Ledaal 2024-05-04 17:46:50 +00:00 committed by Draff
parent 44964e777d
commit d2a6999b3e
7 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Free Comic Online'
extClass = '.FreeComicOnline'
themePkg = 'madara'
baseUrl = 'https://freecomiconline.me'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.freecomiconline
import eu.kanade.tachiyomi.multisrc.madara.Madara
class FreeComicOnline : Madara(
"Free Comic Online",
"https://freecomiconline.me",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = false
override val mangaSubString = "comic"
}