Added ManhwaTime to Madara Extension (#3396)

Added ManhwaTime to Madara Extension
This commit is contained in:
Shashank Pujari 2020-06-03 21:09:23 +05:30 committed by GitHub
parent d8b036f56e
commit 4397f43d9f
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 = 102
extVersionCode = 103
libVersion = '1.2'
}

View File

@ -130,6 +130,7 @@ class MadaraFactory : SourceFactory {
Manga347(),
RenaScans(),
WebtoonXYZ(),
ManhwaTime(),
QueensManga(),
DropeScan()
// Removed by request of site owner
@ -826,6 +827,8 @@ class Reisubs : Madara("Reisubs", "https://www.reisubs.xyz", "en")
class WebtoonXYZ : Madara("WebtoonXYZ", "https://www.webtoon.xyz", "en")
class ManhwaTime : Madara("ManhwaTime", "https://manhwatime.xyz", "en")
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") {