Add Hunlight Scans (#3022)

This commit is contained in:
Vetle Ledaal 2024-05-15 01:44:05 +00:00 committed by GitHub
parent db09c25307
commit d194b744ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Hunlight Scans'
extClass = '.HunlightScans'
themePkg = 'madara'
baseUrl = 'https://hunlight.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.hunlightscans
import eu.kanade.tachiyomi.multisrc.madara.Madara
class HunlightScans : Madara(
"Hunlight Scans",
"https://hunlight.com",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = true
override val filterNonMangaItems = false
}