parent
07bce5ca91
commit
a455895002
@ -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 = 55
|
extVersionCode = 56
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -71,7 +71,12 @@ class MadaraFactory : SourceFactory {
|
|||||||
MiracleScans(),
|
MiracleScans(),
|
||||||
Manhuasnet(),
|
Manhuasnet(),
|
||||||
MangaLaw(),
|
MangaLaw(),
|
||||||
EarlyManga()
|
EarlyManga(),
|
||||||
|
MangaTX(),
|
||||||
|
ATMSubs(),
|
||||||
|
OnManga(),
|
||||||
|
MangaAction(),
|
||||||
|
NijiTranslations()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -433,3 +438,14 @@ class Manhuasnet: Madara("Manhuas.net","https://manhuas.net","en")
|
|||||||
class MangaLaw: Madara("MangaLaw","https://mangalaw.com","ja",SimpleDateFormat("MM/dd/yyyy", Locale.US))
|
class MangaLaw: Madara("MangaLaw","https://mangalaw.com","ja",SimpleDateFormat("MM/dd/yyyy", Locale.US))
|
||||||
|
|
||||||
class EarlyManga: Madara("EarlyManga","https://earlymanga.website","en")
|
class EarlyManga: Madara("EarlyManga","https://earlymanga.website","en")
|
||||||
|
|
||||||
|
class MangaTX: Madara("MangaTX","https://mangatx.com","en")
|
||||||
|
|
||||||
|
class ATMSubs: Madara("ATM-Subs","https://atm-subs.fr","fr",SimpleDateFormat("d MMMM yyyy", Locale("fr")))
|
||||||
|
|
||||||
|
class OnManga: Madara("OnManga","https://onmanga.com","en")
|
||||||
|
|
||||||
|
class MangaAction: Madara("Manga Action","https://manga-action.com","ar",SimpleDateFormat("yyyy-MM-dd", Locale("ar")))
|
||||||
|
|
||||||
|
class NijiTranslations: Madara("Niji Translations","https://niji-translations.com/","ar",SimpleDateFormat("MMMM dd, yyyy", Locale("ar")))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user