Added MangaZen (arabic) to Madara (#3408)

* Updating version code for madara

* Added MangaZen (arabic) to Madara
This commit is contained in:
Shashank Pujari 2020-06-04 23:57:58 +05:30 committed by GitHub
parent 4397f43d9f
commit 364f6d65fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -131,6 +131,7 @@ class MadaraFactory : SourceFactory {
RenaScans(),
WebtoonXYZ(),
ManhwaTime(),
MangaZen(),
QueensManga(),
DropeScan()
// Removed by request of site owner
@ -829,6 +830,8 @@ class WebtoonXYZ : Madara("WebtoonXYZ", "https://www.webtoon.xyz", "en")
class ManhwaTime : Madara("ManhwaTime", "https://manhwatime.xyz", "en")
class MangaZen : Madara("MangaZen", "https://manga-zen.com/", "ar")
class MangaReadOrg : Madara("MangaRead.org", "https://www.mangaread.org", "en", SimpleDateFormat("dd.MM.yyy", Locale.US))
class TurkceManga : Madara("Türkçe Manga", "https://turkcemanga.com", "tr") {