Remove Manganelo related sites (#2110)

This commit is contained in:
Vetle Ledaal 2024-03-26 12:38:51 +00:00 committed by Draff
parent d586621f6e
commit 2d316661f4
21 changed files with 0 additions and 48 deletions

View File

@ -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"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -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
}

View File

@ -1,9 +0,0 @@
ext {
extName = 'MangaNelos.com'
extClass = '.MangaNelosCom'
themePkg = 'paprika'
baseUrl = 'http://manganelos.com'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

View File

@ -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")

View File

@ -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"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@ -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
}