parent
e6b3028dd6
commit
b2566f7a88
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: Madara (multiple sources)'
|
||||
pkgNameSuffix = "all.madara"
|
||||
extClass = '.MadaraFactory'
|
||||
extVersionCode = 93
|
||||
extVersionCode = 94
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -120,8 +120,8 @@ class MadaraFactory : SourceFactory {
|
|||
MartialScans(),
|
||||
MangaYosh(),
|
||||
Reisubs(),
|
||||
MangaReadOrg()
|
||||
|
||||
MangaReadOrg(),
|
||||
TurkceManga()
|
||||
// Removed by request of site owner
|
||||
// EarlyManga(),
|
||||
// MangaGecesi(),
|
||||
|
@ -727,3 +727,5 @@ class MangaYosh : Madara("MangaYosh", "https://mangayosh.xyz", "id", SimpleDateF
|
|||
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 TurkceManga : Madara("Türkçe Manga", "https://turkcemanga.com", "tr")
|
||||
|
|
Loading…
Reference in New Issue