parent
e6b3028dd6
commit
b2566f7a88
|
@ -5,7 +5,7 @@ ext {
|
||||||
appName = 'Tachiyomi: Madara (multiple sources)'
|
appName = 'Tachiyomi: Madara (multiple sources)'
|
||||||
pkgNameSuffix = "all.madara"
|
pkgNameSuffix = "all.madara"
|
||||||
extClass = '.MadaraFactory'
|
extClass = '.MadaraFactory'
|
||||||
extVersionCode = 93
|
extVersionCode = 94
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -120,8 +120,8 @@ class MadaraFactory : SourceFactory {
|
||||||
MartialScans(),
|
MartialScans(),
|
||||||
MangaYosh(),
|
MangaYosh(),
|
||||||
Reisubs(),
|
Reisubs(),
|
||||||
MangaReadOrg()
|
MangaReadOrg(),
|
||||||
|
TurkceManga()
|
||||||
// Removed by request of site owner
|
// Removed by request of site owner
|
||||||
// EarlyManga(),
|
// EarlyManga(),
|
||||||
// MangaGecesi(),
|
// MangaGecesi(),
|
||||||
|
@ -727,3 +727,5 @@ class MangaYosh : Madara("MangaYosh", "https://mangayosh.xyz", "id", SimpleDateF
|
||||||
class Reisubs : Madara("Reisubs", "https://www.reisubs.xyz", "en")
|
class Reisubs : Madara("Reisubs", "https://www.reisubs.xyz", "en")
|
||||||
|
|
||||||
class MangaReadOrg : Madara("MangaRead.org", "https://www.mangaread.org", "en", SimpleDateFormat("dd.MM.yyy", Locale.US))
|
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