Remove Shadow Mangas, TecnoProjects (#11208)

* Remove Shadow Mangas

* Remove TecnoProjects
This commit is contained in:
Vetle Ledaal 2025-10-23 12:33:42 +02:00 committed by Draff
parent 7d754490b8
commit 975216f40d
Signed by: Draff
GPG Key ID: E8A89F3211677653
14 changed files with 0 additions and 44 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'Shadow Mangas'
extClass = '.ShadowMangas'
themePkg = 'mangathemesia'
baseUrl = 'https://shadowmangas.com'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

View File

@ -1,12 +0,0 @@
package eu.kanade.tachiyomi.extension.es.shadowmangas
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class ShadowMangas : MangaThemesia(
"Shadow Mangas",
"https://shadowmangas.com",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
)

View File

@ -1,10 +0,0 @@
ext {
extName = 'TecnoProjects'
extClass = '.TecnoProjects'
themePkg = 'mangathemesia'
baseUrl = 'https://tecnoprojects.xyz'
overrideVersionCode = 13
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View File

@ -1,12 +0,0 @@
package eu.kanade.tachiyomi.extension.es.tecnoprojects
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class TecnoProjects : MangaThemesia(
"TecnoProjects",
"https://tecnoprojects.xyz",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
)