Madara - add Manhwa Raw (#2968)

Madara - add Manhwa Raw
This commit is contained in:
Mike 2020-05-01 22:59:40 -04:00 committed by GitHub
parent 3947a3933c
commit 037ef41c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -113,7 +113,8 @@ class MadaraFactory : SourceFactory {
MixedManga(),
ManhuasWorld(),
ArazNovel(),
MangaByte()
MangaByte(),
ManhwaRaw()
)
}
@ -614,3 +615,5 @@ class ArazNovel : Madara("ArazNovel", "https://www.araznovel.com", "tr", SimpleD
}
class MangaByte : Madara("Manga Byte", "https://mangabyte.com", "en")
class ManhwaRaw : Madara("Manhwa Raw", "https://manhwaraw.com", "ko")