Add ManhuaUS (#2733)

Add ManhuaUS
This commit is contained in:
AbdullahM0hamed 2020-04-21 17:32:55 +01:00 committed by GitHub
parent 476cf8ad00
commit 4b33e06fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 72
extVersionCode = 73
libVersion = '1.2'
}

View File

@ -72,6 +72,7 @@ class MadaraFactory : SourceFactory {
MangazukiOnline(),
ManhuaBox(),
Manhuasnet(),
ManhuaUS(),
ManwahentaiMe(),
ManwhaClub(),
ManyToon(),
@ -562,3 +563,7 @@ class TopManhua : Madara("Top Manhua", "https://topmanhua.com", "en", SimpleDate
}
class ManyToonClub : Madara("ManyToonClub", "https://manytoon.club", "ko")
class ManhuaUS : Madara("ManhuaUS", "https://manhuaus.com", "en") {
override val pageListParseSelector = "li.blocks-gallery-item"
}