Remove extensions (#6188)

* remove msyfanyi

* remove mangaholic

* remove linkstartscan

* revert linkstart
This commit is contained in:
dngonz 2024-11-22 15:13:11 +01:00 committed by Draff
parent 7e3a434fc0
commit 2def743f23
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
14 changed files with 0 additions and 47 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'MangaHolic'
extClass = '.MangaHolic'
themePkg = 'madara'
baseUrl = 'https://mangaholic.org'
overrideVersionCode = 4
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

View File

@ -1,13 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangaclick
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaHolic : Madara(
"MangaHolic",
"https://mangaholic.org",
"en",
) {
override val id = 1234573178818746503
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = false
}

View File

@ -1,10 +0,0 @@
ext {
extName = 'MSY Fanyi'
extClass = '.MSYFanyi'
themePkg = 'madara'
baseUrl = 'https://msyfanyi.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

View File

@ -1,14 +0,0 @@
package eu.kanade.tachiyomi.extension.en.msyfanyi
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MSYFanyi : Madara(
"MSY Fanyi",
"https://msyfanyi.com",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
override val mangaSubString = "msy"
}