parent
7ed0aa1a88
commit
7f46fbbfc2
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: Madara (multiple sources)'
|
||||
pkgNameSuffix = "all.madara"
|
||||
extClass = '.MadaraFactory'
|
||||
extVersionCode = 99
|
||||
extVersionCode = 100
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -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") {
|
||||
|
|
Loading…
Reference in New Issue