parent
a95fa2dd5c
commit
f0d2df86c5
|
@ -3,7 +3,7 @@ ext {
|
||||||
extClass = '.BarManga'
|
extClass = '.BarManga'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://barmanga.com'
|
baseUrl = 'https://barmanga.com'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -8,7 +8,7 @@ class BarManga : Madara(
|
||||||
"BarManga",
|
"BarManga",
|
||||||
"https://barmanga.com",
|
"https://barmanga.com",
|
||||||
"es",
|
"es",
|
||||||
SimpleDateFormat("MM/dd/yyyy", Locale.ROOT),
|
SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
||||||
) {
|
) {
|
||||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||||
override val mangaDetailsSelectorDescription = "div.flamesummary > div.manga-excerpt"
|
override val mangaDetailsSelectorDescription = "div.flamesummary > div.manga-excerpt"
|
||||||
|
|
Loading…
Reference in New Issue