parent
f9c1ba9daf
commit
1f160d3352
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'LectorJPG'
|
||||
extClass = '.LectorJpg'
|
||||
themePkg = 'mangaesp'
|
||||
baseUrl = 'https://lectorjpg.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -0,0 +1,10 @@
|
|||
package eu.kanade.tachiyomi.extension.es.lectorjpg
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangaesp.MangaEsp
|
||||
|
||||
class LectorJpg : MangaEsp(
|
||||
"LectorJPG",
|
||||
"https://lectorjpg.com",
|
||||
"es",
|
||||
"https://apis.pichulasjpg.xyz",
|
||||
)
|
Loading…
Reference in New Issue