Remove Shadow Mangas, TecnoProjects (#11208)
* Remove Shadow Mangas * Remove TecnoProjects
@ -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"
|
||||
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 58 KiB |
@ -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")),
|
||||
)
|
||||
@ -1,10 +0,0 @@
|
||||
ext {
|
||||
extName = 'TecnoProjects'
|
||||
extClass = '.TecnoProjects'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://tecnoprojects.xyz'
|
||||
overrideVersionCode = 13
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
Before Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 17 KiB |
@ -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")),
|
||||
)
|
||||