Add 6ianfranc9 (#8969)

add 6ianfranc9
This commit is contained in:
bapeey 2025-05-26 14:03:47 -05:00 committed by Draff
parent 5137bb670c
commit ad73c491fa
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = '6ianfranc9'
extClass = '.Sixianfranc9'
themePkg = 'lectormoe'
baseUrl = 'https://6ianfranc9.capibaratraductor.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -0,0 +1,10 @@
package eu.kanade.tachiyomi.extension.es.sixianfranc9
import eu.kanade.tachiyomi.multisrc.lectormoe.LectorMoe
class Sixianfranc9 : LectorMoe(
"6ianfranc9",
"https://6ianfranc9.capibaratraductor.com",
"es",
apiBaseUrl = "https://api.capibaratraductor.com",
)