move back bestManhua to madara (#5080)

from wpmangastream back to madara
This commit is contained in:
Riztard Lanthorn 2020-12-10 20:40:19 +07:00 committed by GitHub
parent 9e9b326c49
commit 8617830ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 156
extVersionCode = 157
libVersion = '1.2'
containsNsfw = true
}

View File

@ -42,6 +42,7 @@ class MadaraFactory : SourceFactory {
Azora(),
Bakaman(),
BestManga(),
BestManhua(),
BoysLove(),
CatOnHeadTranslations(),
CatTranslator(),
@ -216,6 +217,10 @@ class MadaraFactory : SourceFactory {
)
}
class BestManhua : Madara("BestManhua", "https://bestmanhua.com", "en") {
override val pageListParseSelector = "li.blocks-gallery-item"
}
class ManhuaSY : Madara("Manhua SY", "https://www.manhuasy.com", "en")
class MangaRave : Madara("MangaRave", "http://www.mangarave.com", "en")

View File

@ -5,7 +5,7 @@ ext {
extName = 'WP MangaStream (multiple sources)'
pkgNameSuffix = 'all.wpmangastream'
extClass = '.WPMangaStreamFactory'
extVersionCode = 38
extVersionCode = 39
libVersion = '1.2'
}

View File

@ -50,7 +50,6 @@ class WPMangaStreamFactory : SourceFactory {
Boosei(),
Mangakyo(),
AsuraScans(),
BestManhua(),
SilenceScan(),
SheaManga(),
FlameScans(),
@ -84,7 +83,6 @@ class SheaManga : WPMangaStream(
class AsuraScans : WPMangaStream("AsuraScans", "https://asurascans.com", "en") {
override val pageSelector = "div#readerarea img[lazy]"
}
class BestManhua : WPMangaStream("BestManhua", "https://bestmanhua.com", "en")
class SekteKomik : WPMangaStream("Sekte Komik (WP Manga Stream)", "https://sektekomik.com", "id")