Remove Manganelo related sites (#2110)
|
@ -1,10 +0,0 @@
|
|||
ext {
|
||||
extName = 'Manganelo.biz'
|
||||
extClass = '.ManganeloBiz'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://manganelo.biz'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 12 KiB |
|
@ -1,7 +0,0 @@
|
|||
package eu.kanade.tachiyomi.extension.en.manganelobiz
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class ManganeloBiz : Madara("Manganelo.biz", "https://manganelo.biz", "en") {
|
||||
override val useNewChapterEndpoint = false
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
ext {
|
||||
extName = 'MangaNelos.com'
|
||||
extClass = '.MangaNelosCom'
|
||||
themePkg = 'paprika'
|
||||
baseUrl = 'http://manganelos.com'
|
||||
overrideVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 31 KiB |
|
@ -1,5 +0,0 @@
|
|||
package eu.kanade.tachiyomi.extension.en.manganeloscom
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.paprika.Paprika
|
||||
|
||||
class MangaNelosCom : Paprika("MangaNelos.com", "http://manganelos.com", "en")
|
|
@ -1,10 +0,0 @@
|
|||
ext {
|
||||
extName = 'Manganelo.website (unoriginal)'
|
||||
extClass = '.ManganeloWebsite'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://manganelo.website'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 20 KiB |
|
@ -1,7 +0,0 @@
|
|||
package eu.kanade.tachiyomi.extension.en.manganelowebsite
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class ManganeloWebsite : Madara("Manganelo.website (unoriginal)", "https://manganelo.website", "en") {
|
||||
override val useNewChapterEndpoint = false
|
||||
}
|