Remove dead sources, domain for sale (#2807)

This commit is contained in:
Vetle Ledaal 2024-05-04 17:29:11 +00:00 committed by Draff
parent cfc2fcbf4b
commit 4251468894
21 changed files with 0 additions and 51 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'MangaClash.tv (unoriginal)'
extClass = '.MangaClashTv'
themePkg = 'madara'
baseUrl = 'https://mangaclash.tv'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangaclashtv
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaClashTv : Madara("MangaClash.tv (unoriginal)", "https://mangaclash.tv", "en") {
override val useNewChapterEndpoint = false
}

View File

@ -1,10 +0,0 @@
ext {
extName = 'MangaUpdates.top (unoriginal)'
extClass = '.MangaUpdatesTop'
themePkg = 'madara'
baseUrl = 'https://mangaupdates.top'
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.mangaupdatestop
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaUpdatesTop : Madara("MangaUpdates.top (unoriginal)", "https://mangaupdates.top", "en") {
override val useNewChapterEndpoint = false
}

View File

@ -1,10 +0,0 @@
ext {
extName = 'ManhuaScan.info (unoriginal)'
extClass = '.ManhuaScanInfo'
themePkg = 'madara'
baseUrl = 'https://manhuascan.info'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.en.manhuascaninfo
import eu.kanade.tachiyomi.multisrc.madara.Madara
class ManhuaScanInfo : Madara("ManhuaScan.info (unoriginal)", "https://manhuascan.info", "en") {
override val useNewChapterEndpoint = false
}