Remove Taikutsu (#8968)

remove
This commit is contained in:
bapeey 2025-05-26 14:03:38 -05:00 committed by Draff
parent 5d1f59089a
commit 5137bb670c
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 20 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

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