Add Kiwiya Scans (#10477)
* Add Kiwiya Scans * Add missing trailing comma
This commit is contained in:
parent
3829a2df51
commit
87647ac04f
10
src/fr/kiwiyascans/build.gradle
Normal file
10
src/fr/kiwiyascans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Kiwiya Scans'
|
||||
extClass = '.KiwiyaScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://kiwiyascans.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/fr/kiwiyascans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/fr/kiwiyascans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
BIN
src/fr/kiwiyascans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/fr/kiwiyascans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
src/fr/kiwiyascans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/fr/kiwiyascans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
BIN
src/fr/kiwiyascans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/fr/kiwiyascans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
src/fr/kiwiyascans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/fr/kiwiyascans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.fr.kiwiyascans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class KiwiyaScans : MangaThemesia(
|
||||
"Kiwiya Scans",
|
||||
"https://kiwiyascans.com",
|
||||
"fr",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.ENGLISH),
|
||||
) {
|
||||
override fun chapterListSelector() = "ul li:has(div.chbox:not(:has(> span.mcl-price-num))):has(div.eph-num)"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user