Add ValirScans (#7473)
This commit is contained in:
parent
0505a26934
commit
f6b09f2a03
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Valir Scans'
|
||||
extClass = '.ValirScans'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://valirscans.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -0,0 +1,15 @@
|
|||
package eu.kanade.tachiyomi.extension.en.valirscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class ValirScans : Keyoapp(
|
||||
"Valir Scans",
|
||||
"https://valirscans.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…
Reference in New Issue