Added WebtoonXYZ (#3322)

* Adding WebtoonXYZ

* Added WebtoonXYZ
This commit is contained in:
Shashank Pujari 2020-05-26 11:52:05 +05:30 committed by GitHub
parent 7ed0aa1a88
commit 7f46fbbfc2
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 = 99
extVersionCode = 100
libVersion = '1.2'
}

View File

@ -124,7 +124,8 @@ class MadaraFactory : SourceFactory {
KnightNoScanlation(),
DoujinYosh(),
Manga347(),
RenaScans()
RenaScans(),
WebtoonXYZ()
// Removed by request of site owner
// EarlyManga(),
// MangaGecesi(),
@ -800,6 +801,8 @@ class MangaYosh : Madara("MangaYosh", "https://mangayosh.xyz", "id", SimpleDateF
class Reisubs : Madara("Reisubs", "https://www.reisubs.xyz", "en")
class WebtoonXYZ : Madara("WebtoonXYZ", "https://www.webtoon.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") {