Remove ManhuaSY (#4201)

This commit is contained in:
Chopper 2024-07-24 08:54:38 -03:00 committed by Draff
parent 94539a9923
commit 0e9d4b5c3d
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 16 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'Manhua SY'
extClass = '.ManhuaSY'
themePkg = 'madara'
baseUrl = 'https://www.manhuasy.com'
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.en.manhuasy
import eu.kanade.tachiyomi.multisrc.madara.Madara
class ManhuaSY : Madara("Manhua SY", "https://www.manhuasy.com", "en") {
override val mangaSubString = "manhua"
}