parent
9a738a668f
commit
cbfdd982ff
10
src/en/kaynscans/build.gradle
Normal file
10
src/en/kaynscans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Kayn Scans'
|
||||||
|
extClass = '.KaynScans'
|
||||||
|
themePkg = 'keyoapp'
|
||||||
|
baseUrl = 'https://kaynscan.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/en/kaynscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/kaynscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
BIN
src/en/kaynscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/kaynscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
src/en/kaynscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/kaynscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
BIN
src/en/kaynscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/kaynscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/en/kaynscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/kaynscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.kaynscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||||
|
|
||||||
|
class KaynScans : Keyoapp(
|
||||||
|
"Kayn Scans",
|
||||||
|
"https://kaynscan.com",
|
||||||
|
"en",
|
||||||
|
) {
|
||||||
|
override val descriptionSelector: String = "div.grid > div.overflow-hidden > p"
|
||||||
|
override val statusSelector: String = "div[alt=Status]"
|
||||||
|
override val authorSelector: String = "div[alt=Author]"
|
||||||
|
override val artistSelector: String = "div[alt=Artist]"
|
||||||
|
override val genreSelector: String = "div[alt='Series Type']"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user