Add MSY Fanyi (#3100)

This commit is contained in:
Vetle Ledaal 2024-05-18 14:54:02 +00:00 committed by Draff
parent d9e487bfb3
commit e0bffdb80c
7 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
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.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,14 @@
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"
}