Remove SenpaiEdiciones (#9098)
remove Co-authored-by: bapeey <90949336+bapeey@users.noreply.github.com>
This commit is contained in:
parent
a5e2da61e2
commit
8b5bb2643d
@ -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 |
@ -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)"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user