Remove SenpaiEdiciones (#9098)

remove

Co-authored-by: bapeey <90949336+bapeey@users.noreply.github.com>
This commit is contained in:
kanoou 2025-06-05 07:06:47 -05:00 committed by Draff
parent a5e2da61e2
commit 8b5bb2643d
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 24 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'Senpai Ediciones'
extClass = '.SenpaiEdiciones'
themePkg = 'mangathemesia'
baseUrl = 'https://senpaimangas.online'
overrideVersionCode = 2
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,14 +0,0 @@
package eu.kanade.tachiyomi.extension.es.senpaiediciones
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class SenpaiEdiciones : MangaThemesia(
"Senpai Ediciones",
"https://senpaimangas.online",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) {
override val pageSelector = "div#readerarea img:not(noscript img)"
}