Remove 2 dead extensions (#5246)

* Remove Manga Bee, replaced by Zinmanga

* Remove MangaBob, redirects to unrelated site
This commit is contained in:
Vetle Ledaal 2024-09-27 15:22:11 +02:00 committed by Draff
parent cefd29ff16
commit a38e1bcab1
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
14 changed files with 0 additions and 39 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'Manga Bee'
extClass = '.MangaBee'
themePkg = 'madara'
baseUrl = 'https://mangabee.net'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@ -1,15 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangabee
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class MangaBee : Madara(
"Manga Bee",
"https://mangabee.net",
"en",
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale.ROOT),
) {
override val useNewChapterEndpoint = true
override val filterNonMangaItems = false
}

View File

@ -1,9 +0,0 @@
ext {
extName = 'MangaBob'
extClass = '.MangaBob'
themePkg = 'madara'
baseUrl = 'https://mangabob.com'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangabob
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaBob : Madara("MangaBob", "https://mangabob.com", "en")