Renascans adding to Madara (#3316)

* Update build.gradle

* Update MadaraFactory.kt
This commit is contained in:
Pavan Kumar Sampara 2020-05-26 01:23:08 +05:30 committed by GitHub
parent 071f07ca62
commit 7ed0aa1a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 98
extVersionCode = 99
libVersion = '1.2'
}

View File

@ -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))