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)'
|
appName = 'Tachiyomi: Madara (multiple sources)'
|
||||||
pkgNameSuffix = "all.madara"
|
pkgNameSuffix = "all.madara"
|
||||||
extClass = '.MadaraFactory'
|
extClass = '.MadaraFactory'
|
||||||
extVersionCode = 98
|
extVersionCode = 99
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -123,7 +123,8 @@ class MadaraFactory : SourceFactory {
|
|||||||
EinherjarScan(),
|
EinherjarScan(),
|
||||||
KnightNoScanlation(),
|
KnightNoScanlation(),
|
||||||
DoujinYosh(),
|
DoujinYosh(),
|
||||||
Manga347()
|
Manga347(),
|
||||||
|
RenaScans()
|
||||||
// Removed by request of site owner
|
// Removed by request of site owner
|
||||||
// EarlyManga(),
|
// EarlyManga(),
|
||||||
// MangaGecesi(),
|
// 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)) {
|
class Manga347 : Madara("Manga347", "https://manga347.com", "en", SimpleDateFormat("d MMM, yyyy", Locale.US)) {
|
||||||
override val pageListParseSelector = "li.blocks-gallery-item"
|
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