Renascans adding to Madara (#3316)
* Update build.gradle * Update MadaraFactory.kt
This commit is contained in:
parent
071f07ca62
commit
7ed0aa1a88
@ -5,7 +5,7 @@ ext {
|
||||
appName = 'Tachiyomi: Madara (multiple sources)'
|
||||
pkgNameSuffix = "all.madara"
|
||||
extClass = '.MadaraFactory'
|
||||
extVersionCode = 98
|
||||
extVersionCode = 99
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
@ -123,7 +123,8 @@ class MadaraFactory : SourceFactory {
|
||||
EinherjarScan(),
|
||||
KnightNoScanlation(),
|
||||
DoujinYosh(),
|
||||
Manga347()
|
||||
Manga347(),
|
||||
RenaScans()
|
||||
// Removed by request of site owner
|
||||
// EarlyManga(),
|
||||
// MangaGecesi(),
|
||||
@ -910,3 +911,4 @@ class DoujinYosh : Madara("DoujinYosh", "https://doujinyosh.work", "id") {
|
||||
class Manga347 : Madara("Manga347", "https://manga347.com", "en", SimpleDateFormat("d MMM, yyyy", Locale.US)) {
|
||||
override val pageListParseSelector = "li.blocks-gallery-item"
|
||||
}
|
||||
class RenaScans : Madara("Renascence Scans (Renascans)", "https://new.renascans.com", "en", SimpleDateFormat("dd/MM/yyyy", Locale.US))
|
||||
|
Loading…
x
Reference in New Issue
Block a user