mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
Add Hunlight Scans (#3022)
This commit is contained in:
parent
db09c25307
commit
d194b744ef
10
src/en/hunlightscans/build.gradle
Normal file
10
src/en/hunlightscans/build.gradle
Normal 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"
|
BIN
src/en/hunlightscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/hunlightscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
BIN
src/en/hunlightscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/hunlightscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
src/en/hunlightscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/hunlightscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/en/hunlightscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/hunlightscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
src/en/hunlightscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/hunlightscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user