Add LectorJPG ()

* lectorjpg

* nsfw
This commit is contained in:
bapeey 2024-09-27 08:25:18 -05:00 committed by Draff
parent f9c1ba9daf
commit 1f160d3352
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 20 additions and 0 deletions
src/es/lectorjpg
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/es/lectorjpg

@ -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

(image error) Size: 6.0 KiB

Binary file not shown.

After

(image error) Size: 3.2 KiB

Binary file not shown.

After

(image error) Size: 8.7 KiB

Binary file not shown.

After

(image error) Size: 16 KiB

Binary file not shown.

After

(image error) 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",
)