Add LectorJPG (#5258)

* lectorjpg

* nsfw
This commit is contained in:
bapeey 2024-09-27 08:25:18 -05:00 committed by Draff
parent f9c1ba9daf
commit 1f160d3352
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 20 additions and 0 deletions

View File

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

View File

@ -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",
)