parent
be407aa637
commit
18fab95708
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Lolivault'
|
||||||
|
extClass = '.Lolivault'
|
||||||
|
themePkg = 'foolslide'
|
||||||
|
baseUrl = 'https://lector.lolivault.net'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
|
@ -0,0 +1,5 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.es.lolivault
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.foolslide.FoolSlide
|
||||||
|
|
||||||
|
class Lolivault : FoolSlide("Lolivault", "https://lector.lolivault.net", "es")
|
Loading…
Reference in New Issue