Add MSY Fanyi (#3100)
This commit is contained in:
parent
d9e487bfb3
commit
e0bffdb80c
|
@ -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 |
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue